From 8b847943dea4da31d5235c9bf7d73ce34e371fd0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 Jan 2016 12:42:16 -0600 Subject: Tweak to "find" tests. --- tests/find.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/find.test') 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" "" "" -- cgit v1.2.3