summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh3
-rw-r--r--tests/test_depth_error.out2
2 files changed, 0 insertions, 5 deletions
diff --git a/tests.sh b/tests.sh
index 8f0f72c..9302cfc 100755
--- a/tests.sh
+++ b/tests.sh
@@ -624,15 +624,12 @@ function test_depth_maxdepth_2() {
function test_depth_error() {
rm -rf scratch/*
touchp scratch/foo/bar
- touchp scratch/baz/qux
chmod -r scratch/foo
- chmod -x scratch/baz
bfs_diff scratch -depth 2>/dev/null
local ret=$?
chmod +r scratch/foo
- chmod +x scratch/baz
rm -rf scratch/*
return $ret
diff --git a/tests/test_depth_error.out b/tests/test_depth_error.out
index fad4b28..ed0e9a1 100644
--- a/tests/test_depth_error.out
+++ b/tests/test_depth_error.out
@@ -1,4 +1,2 @@
scratch
-scratch/baz
scratch/foo
-scratch/baz/qux