Ensure $SHELL is set for the tests
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Oct 2015 06:43:58 +0000 (07:43 +0100)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Oct 2015 06:43:58 +0000 (07:43 +0100)
commit063706a481ecba111064eedce97856e5eac9dca6
tree8a0e18773b5c41340bec18c8b0895e66514cfa78
parente8843fe6800f7cf727240b3a0b5514aab3d11c93
Ensure $SHELL is set for the tests

Non-interactive shells might not set it (this is true for dash
and mksh, at least). Currently we use $SHELL in whatnow(1).
Although we likely remove this use, it's rather worthwhile to
have $SHELL available in the test scripts.
test/runtest