-# 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
- 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
- type="tar"
- (extract with cat | tar xvpf -)
-EOF
-
-test_sendfiles cat new -compress none -5
-