-# check -delay, though for a small file it doesn't do anything
-cat >"$expected" <<EOF
- msg part type/subtype size description
- 11 application/octet-stream 10K
- type="tar"
- (extract with cat | tar xvpf -)
-EOF
-
-test_sendfiles cat new -compress none -delay 5
-
-# check old style -delay, though for a small file it doesn't do anything
-cat >"$expected" <<EOF
- msg part type/subtype size description
- 11 application/octet-stream 10K
- type="tar"
- (extract with cat | tar xvpf -)
-EOF
-
-test_sendfiles cat new -compress none -5
-
-rm -fr "$MH_TEST_DIR/fakesendmail" "$MH_TEST_DIR/$testfile" \
- "$expected_err" "$MH_TEST_DIR/tmp"