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/pamdepth.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pamdepth.test') diff --git a/test/pamdepth.test b/test/pamdepth.test index eaa1b165..86f6c952 100755 --- a/test/pamdepth.test +++ b/test/pamdepth.test @@ -32,9 +32,9 @@ echo "-----------------------------------------------------------" 1>&2 pamdepth 0 testgrid.pbm > ${test_out} || \ echo -n "Expected failure 1" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} pamdepth 65536 testimg.ppm > ${test_out} || \ echo -n "Expected failure 2" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} -- cgit 1.4.1