X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5f34de4309f6320231b55b65ca9e532e341fc0ab..7eecb2dcc4a30573ee644491a04e18d1acd7ec81:/test/inc/test-eom-align diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align index 146c9486..8539b5d9 100755 --- a/test/inc/test-eom-align +++ b/test/inc/test-eom-align @@ -130,12 +130,12 @@ arith_eval $STDIO_BUFSZ + $HDRSZ + $FROMLINESZ + 32; FINISH=$arith_val "Testing inc of files with various alignments of eom marker with buffer size..." i="$START" while test $i -le $FINISH; do - progress_update $i $START $FINISH + printf ' %s' $i do_one_test_A $i do_one_test_B $i i=`expr $i + 1` done -progress_done +printf '\n' test ${failed:-0} -eq 0 && \ rm "$MH_TEST_DIR/eom-align.mbox" "$MH_TEST_DIR/eom-align.mbox.body"