]> diplodocus.org Git - nmh/blobdiff - test/inc/test-eom-align
Bump up size of two static char[] so gcc knows they won't overflow.
[nmh] / test / inc / test-eom-align
index 146c9486c9d8e3558162b30d1d8b062285d602b7..8539b5d91acfebc899f04bb06023f4be3f5f7f88 100755 (executable)
@@ -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"