diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/find.test | 3 |
1 files changed, 3 insertions, 0 deletions
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 |