]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-qp
Moved readconfig() of mhn.defaults into construct_build_directive().
[nmh] / test / mhshow / test-qp
index 12f7f838fcd34c1d027e48e333d284b3fdf5eaf0..96b2969d376dc9d0e7bee063f316b792cd22a465 100755 (executable)
@@ -20,8 +20,8 @@ expected=$MH_TEST_DIR/$$.expected
 actual=$MH_TEST_DIR/$$.actual
 
 # Write message with bogus quoted-printable data.
-msgfile=$(mhpath new)
-msgnum=$(basename $msgfile)
+msgfile=`mhpath new`
+msgnum=`basename $msgfile`
 cat > $msgfile <<EOF
 From: foo@example.edu
 To: bar@example.edu
@@ -68,7 +68,7 @@ just a newline
 =l
 =\b ^H (backspace) character, probably erased = in diff output
 EOF
-mhshow -nopause $msgnum > $actual 2>&1
+run_prog mhshow -nopause $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed