From c65573459d4b3de74e78ff2f0e3c248d84d3b8fe Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 13 Feb 2012 19:54:41 -0600 Subject: [PATCH] Fixed progress indicator. --- test/inc/test-eom-align | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align index c0cae7c..276d70c 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 -- 1.7.10.4