X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6106441685a38400d9aa94ccb7218218102f941c..4e0b71d26ea73fe5ae324cc9c5caa7f204760781:/test/inc/test-eom-align diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align index c0cae7c8..276d70c7 100755 --- a/test/inc/test-eom-align +++ b/test/inc/test-eom-align @@ -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 - 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