]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-cte-binary
Fix a segfault that happens when using the -file option.
[nmh] / test / mhshow / test-cte-binary
index e2d39f87d35a4d1b171efee22c38085b74e70417..b53f1e0ad90535d1e59cc88661cf5f0384caeb2c 100755 (executable)
@@ -47,4 +47,7 @@ part       text/plain                  34
 This is a test; this is the body.
 EOF
 mhshow -nopause $msgnum > $actual 2>&1
 This is a test; this is the body.
 EOF
 mhshow -nopause $msgnum > $actual 2>&1
-diff -u $expected $actual
+check "$expected" "$actual"
+
+exit $failed
+