summaryrefslogtreecommitdiffstats
path: root/tests/posix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posix')
-rw-r--r--tests/posix/prune_error.out1
-rw-r--r--tests/posix/prune_error.sh8
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/posix/prune_error.out b/tests/posix/prune_error.out
new file mode 100644
index 0000000..9c558e3
--- /dev/null
+++ b/tests/posix/prune_error.out
@@ -0,0 +1 @@
+.
diff --git a/tests/posix/prune_error.sh b/tests/posix/prune_error.sh
new file mode 100644
index 0000000..9158a17
--- /dev/null
+++ b/tests/posix/prune_error.sh
@@ -0,0 +1,8 @@
+cd "$TEST"
+"$XTOUCH" -p foo/bar
+ln -s foo/bar baz
+
+chmod a-rx foo
+defer chmod +rx foo
+
+! bfs_diff -L . -name '???' -prune -o -print