]> diplodocus.org Git - nmh/blobdiff - test/whatnow/test-ls
Added support for running the test suite with valgrind by setting
[nmh] / test / whatnow / test-ls
index 7a1b77a39fe97c14a96899567bdbbd7cd273fca7..e23111cc852dbfc4097c016b2986548ac248ad2b 100755 (executable)
@@ -33,10 +33,10 @@ actual=$MH_TEST_DIR/$$.actual
 #
 
 set +e
 #
 
 set +e
-whatnowtest=`echo cd | TERM=dumb whatnow -prompt ''`
+whatnowtest=`echo cd | TERM=dumb run_prog whatnow -prompt ''`
 set -e
 
 set -e
 
-case "${whatnowtest}" in
+case ${whatnowtest} in
     cd) cat > "$expected" <<EOF
 baz
 boz
     cd) cat > "$expected" <<EOF
 baz
 boz
@@ -58,17 +58,17 @@ cat > $expectederr <<EOF
 EOF
 
 # NB use of sort as the order of output of ls is not guaranteed
 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' | TERM=dumb run_prog whatnow -noedit -prompt '' 2> "$actualerr" | \
        sort > "$actual"
 
 check "$expectederr" "$actualerr" 'keep first'
 check "$expected" "$actual" 'keep first'
 
        sort > "$actual"
 
 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
 
 unset SHELL
 
-echo 'ls' | TERM=dumb whatnow -noedit -prompt '' 2> "$actualerr" | \
+echo 'ls' | TERM=dumb run_prog whatnow -noedit -prompt '' 2> "$actualerr" | \
        sort > "$actual"
 
 check "$expectederr" "$actualerr"
        sort > "$actual"
 
 check "$expectederr" "$actualerr"