From 3eeda4f9293f8157d12d86e3b46d4bb4b45ab5c2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 10 Jun 2019 12:38:43 -0700 Subject: find: add -true/-false. Used near the end of the AOSP build. Almost there! (This patch also fiddles with the help text to be able to slip the new options in without requiring so much extra space.) --- tests/find.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/find.test b/tests/find.test index 26ad1626..ab84fb07 100755 --- a/tests/find.test +++ b/tests/find.test @@ -105,4 +105,7 @@ testing "-printf" "find dir -name file -printf '%f %p %P %s'" \ testing "-printf .N" "find dir -name file -printf %.2f" "fi" "" "" +testing "-false" "find dir -false" "" "" "" +testing "-true" "find dir/file -true" "dir/file\n" "" "" + rm -rf dir -- cgit v1.2.3