From: markus schnalke Date: Tue, 27 Oct 2015 06:43:58 +0000 (+0100) Subject: Ensure $SHELL is set for the tests X-Git-Tag: mmh-0.2~23 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=063706a481ecba111064eedce97856e5eac9dca6;hp=063706a481ecba111064eedce97856e5eac9dca6 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. ---