about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-03 23:47:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-03 23:47:57 +0000
commit02217316dbd3732fb6f0bac035d37de8431796a6 (patch)
tree1a55fa91f4a2981fc55d0ec55daf0353b16c21a8 /test
parentfdec3eb2cc385a8770355bc6f8837e1f8433637a (diff)
downloadnetpbm-mirror-02217316dbd3732fb6f0bac035d37de8431796a6.tar.gz
netpbm-mirror-02217316dbd3732fb6f0bac035d37de8431796a6.tar.xz
netpbm-mirror-02217316dbd3732fb6f0bac035d37de8431796a6.zip
Put -interlace tests back; we got it working
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3540 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rw-r--r--test/png-roundtrip.ok2
-rwxr-xr-xtest/png-roundtrip.test8
2 files changed, 6 insertions, 4 deletions
diff --git a/test/png-roundtrip.ok b/test/png-roundtrip.ok
index aadd25bb..28b8c057 100644
--- a/test/png-roundtrip.ok
+++ b/test/png-roundtrip.ok
@@ -15,6 +15,8 @@
 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 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 \