]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: ls: check that 'ls -R' doesn't run out of file descriptors
authorCollin Funk <collin.funk1@gmail.com>
Thu, 4 Dec 2025 04:18:48 +0000 (20:18 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 5 Dec 2025 02:00:49 +0000 (18:00 -0800)
commit8787601bbe08ccf38b50e8c7364607229ffa8c64
tree7c41cf48fe78a29245b2b52318789ddf117ece60
parent2a21ecb16f6c67060e631c55d03bb4f5e0f11126
tests: ls: check that 'ls -R' doesn't run out of file descriptors

* tests/ls/recursive.sh: Add a test where the file descriptor limit is
less than the number of directories we visit recursively.
tests/ls/recursive.sh