aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/find.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/find.test b/tests/find.test
index a770f366..71a55010 100755
--- a/tests/find.test
+++ b/tests/find.test
@@ -140,4 +140,7 @@ ln -s nowhere broken
testing "-H broken" "find -H broken" "broken\n" "" ""
testing "-L broken" "find -L broken" "broken\n" "" ""
+testing "one slash" 'find /etc/ -maxdepth 1 | grep /passwd\$' '/etc/passwd\n' \
+ '' ''
+
rm -rf dir