projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b9c39
)
Fixed progress indicator.
author
David Levine
<levinedl@acm.org>
Tue, 14 Feb 2012 01:54:41 +0000
(19:54 -0600)
committer
David Levine
<levinedl@acm.org>
Tue, 14 Feb 2012 01:54:41 +0000
(19:54 -0600)
test/inc/test-eom-align
patch
|
blob
|
history
diff --git
a/test/inc/test-eom-align
b/test/inc/test-eom-align
index
c0cae7c
..
276d70c
100755
(executable)
--- 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