]> git.marmaro.de Git - mmh/blobdiff - test/pick/test-stderr
For the mhstore -clobber test, cd to the Mail subdirectory so that
[mmh] / test / pick / test-stderr
index e45e13d27f66fb5b17661a2987fc1021c999eb92..0cafe7f3f333867da1bae0d7f9f38877a3b248c0 100755 (executable)
@@ -29,5 +29,5 @@ EOF
 cat /dev/null > $expected_out
 
 pick -a > $actual_out 2> $actual_err
-diff -u $expected_err $actual_err || exit 1
-diff -u $expected_out $actual_out || exit 1
+check "$expected_err" "$actual_err"
+check "$expected_out" "$actual_out"