diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-02-03 17:15:06 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-02-03 17:15:06 +0000 |
commit | fb4d192b4b79663dc48eaf54b443ceae02b8416b (patch) | |
tree | 93e00e50a0cf31cdcdf3baf07016995ea77eed09 /test | |
parent | 8761a51d5f789792addbffb4013908ebadf9a442 (diff) | |
download | netpbm-mirror-fb4d192b4b79663dc48eaf54b443ceae02b8416b.tar.gz netpbm-mirror-fb4d192b4b79663dc48eaf54b443ceae02b8416b.tar.xz netpbm-mirror-fb4d192b4b79663dc48eaf54b443ceae02b8416b.zip |
Remove -interlace from Pnmtopng test, since we know now -interlace doesn't work
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3531 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rw-r--r-- | test/png-roundtrip.ok | 2 | ||||
-rwxr-xr-x | test/png-roundtrip.test | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/test/png-roundtrip.ok b/test/png-roundtrip.ok index 28b8c057..aadd25bb 100644 --- a/test/png-roundtrip.ok +++ b/test/png-roundtrip.ok @@ -15,8 +15,6 @@ 1926073387 101484 1926073387 101484 1926073387 101484 -1926073387 101484 -2425386270 41 2425386270 41 2425386270 41 2425386270 41 diff --git a/test/png-roundtrip.test b/test/png-roundtrip.test index 7e7c4a9b..4eb53830 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 18 times -for flags in "" -interlace \ +# Test 1. Should print 1926073387 101484 17 times +for flags in "" \ -gamma=.45 \ -hist \ -nofilter \ @@ -28,8 +28,8 @@ for flags in "" -interlace \ pnmtopng testimg.ppm $flags | pngtopam | cksum done -# Test 2. Should print 2425386270 41 18 times -for flags in "" -interlace \ +# Test 2. Should print 2425386270 41 17 times +for flags in "" \ -gamma=.45 \ -hist \ -nofilter \ |