]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix test hang on case insenitive file systems
authorPádraig Brady <P@draigBrady.com>
Sun, 24 Sep 2017 02:37:13 +0000 (19:37 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 24 Sep 2017 19:37:39 +0000 (12:37 -0700)
commit63d2f05f5283c88f6c60ebe6de7a26ce6b9e4ee8
tree2ba4d230113c568d9c4891d61a15eed963fb8413
parent3a3f5f359eb1ca621ea9630bad032e875e116944
tests: fix test hang on case insenitive file systems

* tests/split/filter.sh: Due to an invalid 'FILE = zero.in'
construct trying to initialize a FILE variable, it would
instead try to run the FILE command which is present on
macOS 10.13 with APFS.
We also remove a redundant duplicate test clause introduced
during a rebase, and simplify the piped timeout command,
to avoid requiring a subshell and associated quoting.
* THANKS.in: Add the reporter Jack Howarth.
Fixes https://bugs.gnu.org/28506
THANKS.in
tests/split/filter.sh