X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/90edf2e26c34b9ee225cb066eed069b9b7394c43..7472b8866ffaee51e7989c6316bdbd1ea1153492:/test/inc/test-eom-align diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align index a75928f1..d4febfce 100755 --- a/test/inc/test-eom-align +++ b/test/inc/test-eom-align @@ -53,7 +53,7 @@ fi STDIO_BUFSZ=16384 FROMLINESZ=`wc -c < "$FROMLINE"` -MMDFDELIMLINESZ=1 +MMDFDELIMLINESZ=5 HDRSZ=`wc -c < "$HDR"` # makembox_A mboxname sz @@ -77,11 +77,13 @@ makembox_A () { } # makemmdf_A mmdfboxname sz +# The first email in $MBOX will be sz bytes long, including its MMDF +# magic strings that top and tail it. makemmdf_A () { MBOX="$1" SZ=$2 - arith_eval $SZ - $HDRSZ - $MMDFDELIMLINESZ - 1; WANTSZ=$arith_val + arith_eval $SZ - $MMDFDELIMLINESZ - $HDRSZ - 1 - $MMDFDELIMLINESZ; WANTSZ=$arith_val dd if="$FILLER" of="$MBOX.body" bs="$WANTSZ" count=1 2>/dev/null echo >> "$MBOX.body" #### The trailing $MMDF_DELIM's allows $MBOX to exactly match a file