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