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/pamsumm.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/pamsumm.test') diff --git a/test/pamsumm.test b/test/pamsumm.test index f98800ee..32a9b8c1 100755 --- a/test/pamsumm.test +++ b/test/pamsumm.test @@ -37,19 +37,19 @@ echo "-----------------------------------------------------------" 1>&2 pamsumm -sum -min testimg.ppm > ${test_out} || \ echo -n "Expected failure 1" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} pamsumm -sum -max testimg.ppm > ${test_out} || \ echo -n "Expected failure 2" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} pamsumm -mean -max testimg.ppm > ${test_out} || \ echo -n "Expected failure 3" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} pamsumm testimg.ppm > ${test_out} || \ echo -n "Expected failure 4" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} -- cgit 1.4.1