X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e107aac243dbd4021e57f4c455c7e3ffd82b819e..28b8c0de6bf580a9a07bbc15c407eecfb561667d:/test/scan/test-scan 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