]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failure on AIX 7.2
authorPádraig Brady <P@draigBrady.com>
Fri, 22 Dec 2017 13:10:24 +0000 (13:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 23 Dec 2017 10:25:57 +0000 (10:25 +0000)
commit8992dfa54c1c5b6cde032be36c7626b301346226
treef8a0927584eb8babdf06172efc20039f9fe1a99e
parentf4fec336071552525735f0c95b7eb7c5e88801de
tests: avoid false failure on AIX 7.2

* tests/tail-2/pipe-f.sh: Close stdout in a subshell
to ensure the current shell isn't impacted.  Subsequent
piped commands like `echo foo | blah` were seen to fail
due to the previous closing of stdout.
Reported by Assaf Gordon.
tests/tail-2/pipe-f.sh