]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-qp
Sigh. Mention that we have to do both a "git push" and a "git push --tags".
[nmh] / test / mhshow / test-qp
index 12f7f838fcd34c1d027e48e333d284b3fdf5eaf0..db3e073addb83c110f11b43a8663f487fc846ed6 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 $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed