]> diplodocus.org Git - nmh/blobdiff - test/inc/test-eom-align
Hm, it turns out we need to make sure we call getname() until we get
[nmh] / test / inc / test-eom-align
index c0cae7c8603d01a9647924c280434a8ad32e250b..276d70c7208f2a16b2cd1afb72f2d08921a1b202 100755 (executable)
@@ -119,9 +119,9 @@ FINISH=$(($STDIO_BUFSZ + $HDRSZ + $FROMLINESZ + 32))
 echo "Testing inc of files with various alignments of eom marker with buffer size..."
 i="$START"
 while test $i -le $FINISH; do
 echo "Testing inc of files with various alignments of eom marker with buffer size..."
 i="$START"
 while test $i -le $FINISH; do
-  progress_update $sz $START $FINISH
-  do_one_test_A $sz
-  do_one_test_B $sz
+  progress_update $i $START $FINISH
+  do_one_test_A $i
+  do_one_test_B $i
   i=$(expr $i + 1)
 done
 progress_done
   i=$(expr $i + 1)
 done
 progress_done