aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/find.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/find.test b/tests/find.test
index 71a55010..f4277375 100755
--- a/tests/find.test
+++ b/tests/find.test
@@ -142,5 +142,6 @@ testing "-L broken" "find -L broken" "broken\n" "" ""
testing "one slash" 'find /etc/ -maxdepth 1 | grep /passwd\$' '/etc/passwd\n' \
'' ''
+testing 'empty arg' 'find "" dir -name file 2>/dev/null' 'dir/file\n' '' ''
rm -rf dir