From ca4e5d91a96387bc270692f520b5a30c09856c16 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 25 Dec 2014 20:40:38 +0000 Subject: Update Advanced series to 10.69 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2351 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/gif-roundtrip.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/gif-roundtrip.test') diff --git a/test/gif-roundtrip.test b/test/gif-roundtrip.test index cb62bfb1..8d1a9bbe 100755 --- a/test/gif-roundtrip.test +++ b/test/gif-roundtrip.test @@ -27,7 +27,7 @@ test_grn=${tmpdir}/testimg.grn test_blu=${tmpdir}/testimg.blu out_red=${tmpdir}/out.red out_grn=${tmpdir}/out.grn -out_blu=${tmpdir}/out.blu +#out_blu=${tmpdir}/out.blu pamtogif ${test_red} | giftopnm > ${out_red} && pamtogif ${test_grn} | giftopnm > ${out_grn} && @@ -35,8 +35,7 @@ pamtogif ${test_blu} | giftopnm | \ rgb3toppm ${out_red} ${out_grn} - | \ cksum -rm ${test_ppm} ${test_grn} ${test_blu} \ - ${out_red} ${out_grn} ${out_blu} +rm ${test_ppm} ${test_grn} ${test_blu} ${out_red} ${out_grn} # Test 2. Should produce 1571496937 33838 -- cgit 1.4.1