]> git.marmaro.de Git - mmh/blobdiff - test/mhshow/test-cte-binary
Fixed mhstore to honor nmh-storage profile entry even with -auto [Bug #35303].
[mmh] / test / mhshow / test-cte-binary
index 7d2125d78ba852f6a12a9ec26677ad02a8c89c23..b53f1e0ad90535d1e59cc88661cf5f0384caeb2c 100755 (executable)
@@ -6,8 +6,8 @@
 ######################################################
 
 if test -z "${MH_OBJ_DIR}"; then
-    srcdir=`dirname $0`/../..
-    MH_OBJ_DIR=`cd $srcdir && pwd`; export MH_OBJ_DIR
+    srcdir=`dirname "$0"`/../..
+    MH_OBJ_DIR=`cd "$srcdir" && pwd`; export MH_OBJ_DIR
 fi
 
 . "$MH_OBJ_DIR/test/common.sh"
@@ -47,4 +47,7 @@ part       text/plain                  34
 This is a test; this is the body.
 EOF
 mhshow -nopause $msgnum > $actual 2>&1
-diff -u $expected $actual
+check "$expected" "$actual"
+
+exit $failed
+