Create a test for the new mh-format processing available in comp(1).
[mmh] / test / mhshow / test-subpart
index 6396f62..c2a7262 100755 (executable)
@@ -57,4 +57,6 @@ EOF
 
 # check it
 mhshow -part 1.1 -form mhl.null -nopause $msgnum > $actual 2>&1
-diff -u $expected $actual  &&  rm -f $expected $actual
+check "$expected" "$actual"
+
+exit $failed