]> diplodocus.org Git - nmh/blobdiff - test/common.sh.in
Added SMTPUTF8 (RFC 6531) support:
[nmh] / test / common.sh.in
index 91d3b06368f226a2e7512b45d89a7a98ed228152..b2c7a7d71b5ba548bd7bcba37364cfdd49d82337 100644 (file)
@@ -225,11 +225,7 @@ check() {
     else
         echo
         #### POSIX diff should support -c.
-#        diff -c "$first" "$second" || true
-        if ! diff -c "$first" "$second"; then
-            echo "$first:"; od -t ax "$first"
-            echo "$second:"; od -t ax "$second"
-        fi
+        diff -c "$first" "$second" || true
         echo
         echo "$0: $label failed, outputs are in $first and $second."
         failed=`expr ${failed:-0} + 1`