diff options
Diffstat (limited to 'tests/posix/deep.sh')
-rw-r--r-- | tests/posix/deep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/deep.sh b/tests/posix/deep.sh index 431705e..36a88c0 100644 --- a/tests/posix/deep.sh +++ b/tests/posix/deep.sh @@ -1,2 +1,2 @@ -ulimit -n 16 +ulimit -n $((NOPENFD + 13)) bfs_diff deep -type f -exec bash -c 'echo "${1:0:6}/.../${1##*/} (${#1})"' bash {} \; |