test-init.sh: avoid a subshell
authorJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 09:12:18 +0000 (10:12 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 09:12:28 +0000 (10:12 +0100)
commit89c006fbb40a0455ad309155be38277490c0b94f
treeea1e968562b04162c02c3f48959337c347df6891
parent7fb29192b30f33eeb49e959a92c97bf61afddc83
test-init.sh: avoid a subshell

* tests/test-init.sh: Remove protective subshell.
Suggested by Bernhard Voelker.  While a subshell is normally
required to protect against older shells (Solaris, FreeBSD) that
warn about a missing program before performing redirection, the
shell-selection tests performed by init.sh probably exclude any
offending shell.
ChangeLog
tests/test-init.sh