]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-subpart
Sigh. Mention that we have to do both a "git push" and a "git push --tags".
[nmh] / test / mhshow / test-subpart
index 0d152bb3d208608616d80c68d8d8575c62ec704f..2fb74b480f7a1e25bd01185453516947e58b5947 100755 (executable)
@@ -56,7 +56,7 @@ This is the text/plain part.
 EOF
 
 # check it
-run_prog mhshow -part 1.1 -form mhl.null -nopause $msgnum > $actual 2>&1
+run_prog mhshow -part 1.1 -form mhl.null $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed