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