summaryrefslogtreecommitdiff
path: root/find/testsuite/find.posix/sv-bug-30777.exp
blob: 811f72713c460e88192890ff95c402aeb418594a (plain)
1
2
3
4
5
6
# tests for Savannah bug 30777 (we accept find -exec ls BLAH{} \+ but the result lacks BLAH)
# The correct behaviour is to reject this.
exec rm -rf tmp
exec mkdir tmp
find_start f {tmp -exec ls FOO{} \+ }
exec rm -rf tmp