about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-11-10 17:56:33 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-11-10 17:56:33 +0000
commit5b075d394b57b0dc05a9f89d93af18d9dd8c3d36 (patch)
treebcdc1dde3440fb6978255f514c39cf5c0ed0f839 /test
parent1f5d5a03933a0532b20c16826fe8f4e4add0f8e9 (diff)
downloadnetpbm-mirror-5b075d394b57b0dc05a9f89d93af18d9dd8c3d36.tar.gz
netpbm-mirror-5b075d394b57b0dc05a9f89d93af18d9dd8c3d36.tar.xz
netpbm-mirror-5b075d394b57b0dc05a9f89d93af18d9dd8c3d36.zip
Correct N in 'should print xxx N times' message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4465 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rw-r--r--test/ilbm-roundtrip.ok2
-rwxr-xr-xtest/ilbm-roundtrip.test2
-rw-r--r--test/pamarith.ok2
-rwxr-xr-xtest/pamarith.test2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/ilbm-roundtrip.ok b/test/ilbm-roundtrip.ok
index 07c44515..2d6fcff0 100644
--- a/test/ilbm-roundtrip.ok
+++ b/test/ilbm-roundtrip.ok
@@ -1,4 +1,4 @@
-Test 1.  Should produce 669206373 10102 five times
+Test 1.  Should produce 669206373 10102 four times
 669206373 10102
 669206373 10102
 669206373 10102
diff --git a/test/ilbm-roundtrip.test b/test/ilbm-roundtrip.test
index c0b684ed..e7a1a4e5 100755
--- a/test/ilbm-roundtrip.test
+++ b/test/ilbm-roundtrip.test
@@ -2,7 +2,7 @@
 # This script tests: ppmtoilbm ilbmtoppm
 # Also requires: pamseq pamdepth pamtopnm pnmremap pnmcolormap
 
-echo "Test 1.  Should produce 669206373 10102 five times"
+echo "Test 1.  Should produce 669206373 10102 four times"
 #Output is PPM raw, 57 by 59  maxval 255
 
 ppmtoilbm maze.pbm | ilbmtoppm | cksum
diff --git a/test/pamarith.ok b/test/pamarith.ok
index 973b8d1b..c2d34dea 100644
--- a/test/pamarith.ok
+++ b/test/pamarith.ok
@@ -193,7 +193,7 @@ Test 3
 3072492814 913
 3072492814 913
 Test 4 (input = output)
-Prints 281226646 481 five times, then 2921940274 59 five times
+Prints 281226646 481 six times, then 2921940274 59 six times
 input image
 281226646 481
 -minimum
diff --git a/test/pamarith.test b/test/pamarith.test
index 34922a90..061f9488 100755
--- a/test/pamarith.test
+++ b/test/pamarith.test
@@ -88,7 +88,7 @@ for fn in "-subtract" "-divide" "-compare" "-shiftleft" "-shiftright"
 rm ${input3_ppm} ${input4_ppm} ${input4_pgm}
 
 echo "Test 4 (input = output)"
-echo "Prints 281226646 481 five times, then 2921940274 59 five times"
+echo "Prints 281226646 481 six times, then 2921940274 59 six times"
 
 for image in maze.pbm ${input1_ppm}
   do