diff options
Diffstat (limited to 'test/png-roundtrip.test')
-rwxr-xr-x | test/png-roundtrip.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/png-roundtrip.test b/test/png-roundtrip.test index 4eb53830..7e7c4a9b 100755 --- a/test/png-roundtrip.test +++ b/test/png-roundtrip.test @@ -6,8 +6,8 @@ ## If this test fails and pnm-roundtrip2.test succeeds, it indicates ## some problem with pnmtopng. -# Test 1. Should print 1926073387 101484 17 times -for flags in "" \ +# Test 1. Should print 1926073387 101484 18 times +for flags in "" -interlace \ -gamma=.45 \ -hist \ -nofilter \ @@ -28,8 +28,8 @@ for flags in "" \ pnmtopng testimg.ppm $flags | pngtopam | cksum done -# Test 2. Should print 2425386270 41 17 times -for flags in "" \ +# Test 2. Should print 2425386270 41 18 times +for flags in "" -interlace \ -gamma=.45 \ -hist \ -nofilter \ |