Fix typo in alternate mts.conf location support.
[mmh] / test / inc / test-deb359167
1 #!/bin/sh
2 # Test a variant of a mailbox which caused debian bug 359167.
3 set -e
4
5 . ${MH_TEST_COMMON}
6
7 setup_test
8
9 THISDIR="${srcdir}/test/inc"
10
11 require_prog valgrind
12
13 TESTMBOX="$THISDIR/deb359167.mbox"
14
15 if [ "$(${MD5SUM} "$TESTMBOX" | cut -d ' ' -f 1)" != "e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
16   echo "Test mailbox has been corrupted"
17   exit 1
18 fi
19
20 valgrind --error-exitcode=1 --quiet inc -silent -file "$TESTMBOX"