Skip to content

Commit a1c8ad8

Browse files
author
giraffedata
committed
Correct N in 'should print xxx N times' message
git-svn-id: https://svn.code.sf.net/p/netpbm/code/trunk@4465 9d0c8265-081b-0410-96cb-a4ca84ce46f8
1 parent f04e5d8 commit a1c8ad8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/ilbm-roundtrip.ok

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Test 1. Should produce 669206373 10102 five times
1+
Test 1. Should produce 669206373 10102 four times
22
669206373 10102
33
669206373 10102
44
669206373 10102

test/ilbm-roundtrip.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script tests: ppmtoilbm ilbmtoppm
33
# Also requires: pamseq pamdepth pamtopnm pnmremap pnmcolormap
44

5-
echo "Test 1. Should produce 669206373 10102 five times"
5+
echo "Test 1. Should produce 669206373 10102 four times"
66
#Output is PPM raw, 57 by 59 maxval 255
77

88
ppmtoilbm maze.pbm | ilbmtoppm | cksum

test/pamarith.ok

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Test 3
193193
3072492814 913
194194
3072492814 913
195195
Test 4 (input = output)
196-
Prints 281226646 481 five times, then 2921940274 59 five times
196+
Prints 281226646 481 six times, then 2921940274 59 six times
197197
input image
198198
281226646 481
199199
-minimum

test/pamarith.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ for fn in "-subtract" "-divide" "-compare" "-shiftleft" "-shiftright"
8888
rm ${input3_ppm} ${input4_ppm} ${input4_pgm}
8989

9090
echo "Test 4 (input = output)"
91-
echo "Prints 281226646 481 five times, then 2921940274 59 five times"
91+
echo "Prints 281226646 481 six times, then 2921940274 59 six times"
9292

9393
for image in maze.pbm ${input1_ppm}
9494
do

0 commit comments

Comments
 (0)