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
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`