From 3eed9e9d475887146a6b089b09491ea2e33a7f21 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 4 Dec 2017 21:38:38 +0000 Subject: Fix for previous change to palm-roundtrip.test git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3097 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/palm-roundtrip.ok | 8 ++++---- test/palm-roundtrip.test | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/palm-roundtrip.ok b/test/palm-roundtrip.ok index 42bfe3db..5bd3cb0a 100644 --- a/test/palm-roundtrip.ok +++ b/test/palm-roundtrip.ok @@ -3,7 +3,7 @@ 584219238 236 584219238 236 584219238 236 -1 -1 -1 -1 +0 +0 +0 +0 diff --git a/test/palm-roundtrip.test b/test/palm-roundtrip.test index 8699a3d1..9c053ba9 100755 --- a/test/palm-roundtrip.test +++ b/test/palm-roundtrip.test @@ -19,7 +19,7 @@ for flags in "" \ rm ${test4bit_pgm} -# Test 2. Should print 1 4 times +# Test 2. Should print 0 4 times pnmquant 256 testimg.ppm > ${test256color_ppm} @@ -27,7 +27,7 @@ for flags in "" \ "-scanline_compression" \ "-rle_compression" \ "-packbits_compression" - do pnmtopalm -colormap $flags ${test256color_ppm} | \ + do pnmtopalm -colormap $flags ${test256color_ppm} | palmtopnm | \ cmp -s - ${test256color_ppm} > /dev/null echo $? done -- cgit 1.4.1