From 33d7c4aaf44705573e4d9a53a706e594b6c7cdb8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 25 Nov 2018 23:02:05 +0000 Subject: avoid false negatives in tests where input generation fails; add tests for -os2, -windows, -mapfile to BMP roundtrip test git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3441 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/palm-roundtrip.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/palm-roundtrip.test') diff --git a/test/palm-roundtrip.test b/test/palm-roundtrip.test index 8af57b4a..b00454ca 100755 --- a/test/palm-roundtrip.test +++ b/test/palm-roundtrip.test @@ -33,7 +33,7 @@ for flags in "" \ "-packbits_compression" do pnmtopalm -colormap $flags ${test256color_ppm} | palmtopnm | \ cmp -s - ${test256color_ppm} > /dev/null - echo $? + echo ${PIPESTATUS[@]} ":" $? done rm ${test256color_ppm} -- cgit 1.4.1