diff options
-rw-r--r-- | test/ilbm-roundtrip.ok | 2 | ||||
-rwxr-xr-x | test/ilbm-roundtrip.test | 2 | ||||
-rw-r--r-- | test/pamarith.ok | 2 | ||||
-rwxr-xr-x | 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 |