setup_test
+# Set TERM to get consistent output.
+TERM=dumb; export TERM
+
SPDIR="$MH_TEST_DIR/foo's bar"
rm -rf "$SPDIR"
mkdir "$SPDIR"
#
set +e
-whatnowtest=`echo cd | TERM=dumb whatnow -prompt ''`
+whatnowtest=`echo cd | whatnow -prompt ''`
set -e
case ${whatnowtest} in
EOF
# NB use of sort as the order of output of ls is not guaranteed
-echo 'ls' | TERM=dumb whatnow -noedit -prompt '' 2> "$actualerr" | \
+echo 'ls' | run_prog whatnow -noedit -prompt '' 2> "$actualerr" | \
sort > "$actual"
check "$expectederr" "$actualerr" 'keep first'
# /bin/sh sets SHELL, which bash does.
unset SHELL
-echo 'ls' | TERM=dumb whatnow -noedit -prompt '' 2> "$actualerr" | \
+echo 'ls' | run_prog whatnow -noedit -prompt '' 2> "$actualerr" | \
sort > "$actual"
check "$expectederr" "$actualerr"