X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e107aac243dbd4021e57f4c455c7e3ffd82b819e..b5d9d6e4b1b05797ad7b2d86bdaf7cbf86d5e3da:/test/scan/test-scan?ds=inline diff --git a/test/scan/test-scan b/test/scan/test-scan index c0408f4e..1c6d949b 100755 --- a/test/scan/test-scan +++ b/test/scan/test-scan @@ -32,4 +32,6 @@ EOF scan -width 80 +inbox > $actual || exit 1 -diff -u $expected $actual +check "$expected" "$actual" + +exit $failed