X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1bd9aa2666f73c731d8d24cdd7276603ac4cf439..99a91facc6c6a1b73979e004738df77a188b33a9:/test/common.sh.in diff --git a/test/common.sh.in b/test/common.sh.in index 91d3b063..4843a240 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -44,7 +44,7 @@ HOME=$MH_TEST_DIR export HOME unset MAILDROP MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE -unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER +unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER XOAUTH #### Set LC_ALL in individual tests as needed. Unset these so #### that we don't depend on user's settings in other tests. unset LANG LC_ALL LC_CTYPE @@ -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`