X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/987fadb3bd0a40e55ba4e228dc0ef4269893a2ad..363d8b056113f4a54e84149977eac95505e38d59:/test/whatnow/test-ls diff --git a/test/whatnow/test-ls b/test/whatnow/test-ls index 7a1b77a3..b70f5936 100755 --- a/test/whatnow/test-ls +++ b/test/whatnow/test-ls @@ -36,7 +36,7 @@ set +e whatnowtest=`echo cd | TERM=dumb whatnow -prompt ''` set -e -case "${whatnowtest}" in +case ${whatnowtest} in cd) cat > "$expected" < "$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" | \