-run_test 'mhstore last -part 2 -check' \
- 'storing message 11 part 2 as file 11.2.txt'
-check $expected 11.2.txt 'keep first'
-
-# check -check with bad MD5 checksum
-sed 's/\(Content-MD5: \)kq+Hnc/\1BADBAD/' $msgfile > $MH_TEST_DIR/$$.tmp
-mv -f $MH_TEST_DIR/$$.tmp $msgfile
-run_test 'mhstore last -part 2 -check' \
-'storing message 11 part 2 as file 11.2.txt
-mhstore: content integrity suspect (digest mismatch) -- continuing
- (content text/plain in message 11, part 2)'
-check $expected 11.2.txt 'keep first'
-
-# check -nocheck, the default
-run_test 'mhstore last -part 2 -check -nocheck' \
- 'storing message 11 part 2 as file 11.2.txt'
-check $expected 11.2.txt
-
-# check reassembly of message/partial messages (RFC 1521, 7.3.2)
-msgfile=`mhpath new`
-cat > $msgfile <<EOF
-To: recipient@example.com
-From: sender@example.com
-Subject: mhlist test
-MIME-Version: 1.0
-Content-Type: message/partial; id="test-mhstore message/partial test"; number=1
-
-Content-Type: text/plain; charset="iso-8859-1"
-
-This is part one of three.
-EOF
-
-msgfile=`mhpath new`
-cat > $msgfile <<EOF
-To: recipient@example.com
-From: sender@example.com
-Subject: mhlist test
-MIME-Version: 1.0
-Content-Type: message/partial; id="test-mhstore message/partial test"; number=2
-
-This is part two of three.
-EOF
-
-msgfile=`mhpath new`
-cat > $msgfile <<EOF
-To: recipient@example.com
-From: sender@example.com
-Subject: mhlist test
-MIME-Version: 1.0
-Content-Type: message/partial; id="test-mhstore message/partial test"; number=3;
- total=3
-
-This is part three of three.
-EOF
-
-run_test 'mhstore last:3' \
- 'reassembling partials 12,13,14 to folder inbox as message 15'
-
-cat > $expected <<EOF
-This is part one of three.
-This is part two of three.
-This is part three of three.
-EOF
-run_test 'mhstore last' 'storing message 15 as file 15.txt'
-check $expected 15.txt