Bruno Haible via GNU coreutils General Discussion <[email protected]> writes:
> + LC_ALL=C diff -u exp out
> + mkdir -p 1/2/3/4/5/6/7/8/9/10
> + ulimit -n 7
> ../tests/ls/recursive.sh: line 65: fcntl(1,F_DUPFD,10): Invalid argument
It looks like busybox sh cannot handle that low of a file descriptor
limit. On Alpine running the following will pass:
$ make check TESTS=./tests/ls/recursive.sh SHELL=/bin/bash
Collin
