A new test program, fakesmtp, to help us test post.
[mmh] / test / mhshow / test-qp
index 3d4beb8..12f7f83 100755 (executable)
@@ -69,4 +69,6 @@ just a newline
 =\b ^H (backspace) character, probably erased = in diff output
 EOF
 mhshow -nopause $msgnum > $actual 2>&1
-diff -u $expected $actual
+check "$expected" "$actual"
+
+exit $failed