]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure in nohup.sh in non tty builds
authorPádraig Brady <P@draigBrady.com>
Wed, 5 Mar 2014 15:14:07 +0000 (15:14 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 5 Mar 2014 18:08:17 +0000 (18:08 +0000)
commit5dce6bdfafc930dfd17d5d16aea7d1add3472066
tree6e4dcde37b7ec8ceafbab2b0651bbf552dc1e0e6
parent849c1c5b16c32756e14be719855601017770e621
tests: fix false failure in nohup.sh in non tty builds

* tests/misc/nohup.sh: When running tests without a controlling tty,
an exec failure is triggered in a subshell, which causes POSIX
shells to immediately exit the subshell.  This was brought
to notice by the newly conforming bash 4.3.
Fixes http:/bugs.gnu.org/16940
tests/misc/nohup.sh