]> git.marmaro.de Git - mmh/blobdiff - test/scan/test-scan
Fixed printf's in test suite.
[mmh] / test / scan / test-scan
index c0408f4e824c5be183d38680b89add64b087a5b3..1c6d949bf05d9f1809dcf302267d9d1e33732162 100755 (executable)
@@ -32,4 +32,6 @@ EOF
 
 scan -width 80 +inbox > $actual || exit 1
 
-diff -u $expected $actual
+check "$expected" "$actual"
+
+exit $failed