diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/find.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/find.test b/tests/find.test index 71a35067..4e987b60 100755 --- a/tests/find.test +++ b/tests/find.test @@ -70,7 +70,7 @@ testing "find -perm (any failure)" \ # Still fails testing "find unterminated -exec {}" \ - "find dir -type f -exec ls {}" "" "" "" + "find dir -type f -exec ls {} 2>/dev/null || echo bad" "bad\n" "" "" testing "find -exec {} +" \ "find dir -type f -exec ls {} +" "dir/file\n" "" "" |