]> git.marmaro.de Git - mmh/blobdiff - test/tests/inc/test-deb359167
Make the test suite work on systems other than Linux. Still needs work.
[mmh] / test / tests / inc / test-deb359167
index 36cd1c24966570ff550222e8233d7ac778945665..ef0abc82f1b18988067c5d04119c008a8453edc7 100644 (file)
@@ -10,7 +10,7 @@ require_prog valgrind
 
 TESTMBOX="$THISDIR/deb359167.mbox"
 
-if [ "$(md5sum "$TESTMBOX" | cut -d ' ' -f 1)" != "e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
+if [ "$(${MD5SUM} "$TESTMBOX" | cut -d ' ' -f 1)" != "e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
   echo "Test mailbox has been corrupted"
   exit 1
 fi