X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Fwhatnow%2Ftest-ls;h=31afee2283a93eff3c14a8b15b15430a45d04ad3;hb=25e24258978e1f341310cded67598fe9ccd4a652;hp=7a1b77a39fe97c14a96899567bdbbd7cd273fca7;hpb=75e27e3157b8023906ac68ea43b47555ddf5cd51;p=mmh diff --git a/test/whatnow/test-ls b/test/whatnow/test-ls index 7a1b77a..31afee2 100755 --- a/test/whatnow/test-ls +++ b/test/whatnow/test-ls @@ -64,8 +64,8 @@ echo 'ls' | TERM=dumb whatnow -noedit -prompt '' 2> "$actualerr" | \ check "$expectederr" "$actualerr" 'keep first' check "$expected" "$actual" 'keep first' -# Check with SHELL unset. system () on Linux (glibc) seems to -# always use /bin/sh, so this test won't reveal anything with it. +# Check with SHELL unset. This won't reveal any problems if +# /bin/sh sets SHELL, which bash does. unset SHELL echo 'ls' | TERM=dumb whatnow -noedit -prompt '' 2> "$actualerr" | \