From 5b075d394b57b0dc05a9f89d93af18d9dd8c3d36 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 10 Nov 2022 17:56:33 +0000 Subject: 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 --- test/ilbm-roundtrip.ok | 2 +- test/ilbm-roundtrip.test | 2 +- test/pamarith.ok | 2 +- test/pamarith.test | 2 +- 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 -- cgit 1.4.1