summaryrefslogtreecommitdiffstats
path: root/tests/bfs/deep_strict.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bfs/deep_strict.sh')
-rw-r--r--tests/bfs/deep_strict.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bfs/deep_strict.sh b/tests/bfs/deep_strict.sh
new file mode 100644
index 0000000..22453c0
--- /dev/null
+++ b/tests/bfs/deep_strict.sh
@@ -0,0 +1,3 @@
+# Not even enough fds to keep the root open
+ulimit -n $((NOPENFD + 4))
+bfs_diff deep -type f -exec bash -c 'echo "${1:0:6}/.../${1##*/} (${#1})"' bash {} \;