summaryrefslogtreecommitdiffstats
path: root/tests/posix/nogroup_ulimit.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-01 16:14:19 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-01 16:33:18 -0500
commitc4334184502c25a41b5cab060681229b2b570c0a (patch)
tree3db277045e38a35a375f41900cb1dbffeed1b39a /tests/posix/nogroup_ulimit.sh
parentf8b22f20147d872aef9fa1037139c39e4dd0e687 (diff)
downloadbfs-c4334184502c25a41b5cab060681229b2b570c0a.tar.xz
tests: Don't clobber inherited FDs
Rather than attempting to close any unexpected FDs, just count them and adjust our ulimit -n calls to account for them.
Diffstat (limited to 'tests/posix/nogroup_ulimit.sh')
-rw-r--r--tests/posix/nogroup_ulimit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/nogroup_ulimit.sh b/tests/posix/nogroup_ulimit.sh
index 5b4c440..a39dd1f 100644
--- a/tests/posix/nogroup_ulimit.sh
+++ b/tests/posix/nogroup_ulimit.sh
@@ -1,2 +1,2 @@
-ulimit -n 16
+ulimit -n $((NOPENFD + 13))
bfs_diff deep -type f -nogroup