From a5d06d531c80a96a4041f8f19bdf89b847f71e80 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 13 Dec 2021 00:08:51 +0000 Subject: miscellaneous test updates git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4201 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pamarith-compare-equal.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pamarith-compare-equal.test') diff --git a/test/pamarith-compare-equal.test b/test/pamarith-compare-equal.test index e143a04c..0af9ee27 100755 --- a/test/pamarith-compare-equal.test +++ b/test/pamarith-compare-equal.test @@ -37,7 +37,7 @@ rm ${input1_ppm} ${inputm_ppm} ${input2_ppm} echo "Test 3" input3_pbm=${tmpdir}/input3.pbm -pamcut maze.pbm -left=0 -right=0 -width=35 -height=33 > ${input3_pbm} +pamcut maze.pbm -left=0 -top=0 -width=35 -height=33 > ${input3_pbm} pamarith -equal -plain ${input3_pbm} ${input3_pbm} | \ uniq -c | sed -e 's/^ *//' -e 's/ /:/' -- cgit 1.4.1