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.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bfs/deep_strict.sh b/tests/bfs/deep_strict.sh
new file mode 100644
index 0000000..e057310
--- /dev/null
+++ b/tests/bfs/deep_strict.sh
@@ -0,0 +1,5 @@
+closefrom 4
+
+# Not even enough fds to keep the root open
+ulimit -n 7
+bfs_diff deep -type f -exec bash -c 'echo "${1:0:6}/.../${1##*/} (${#1})"' bash {} \;