From ffa495eb1f02bfc0e5f83a17e917e8709ec41356 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 30 Jun 2021 19:38:50 +0000 Subject: Release 10.95.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4119 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pbmpscale.test | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'test/pbmpscale.test') diff --git a/test/pbmpscale.test b/test/pbmpscale.test index 9c34734a..21ad6cd1 100755 --- a/test/pbmpscale.test +++ b/test/pbmpscale.test @@ -19,12 +19,16 @@ echo "Error messages should appear below the line." 1>&2 echo "-----------------------------------------------------------" 1>&2 pbmpscale testgrid.pbm > ${test_out} || \ - echo -n "Expected failure 1"; test -s ${test_out}; echo " "$? + echo -n "Expected failure 1" + test -s ${test_out}; echo " "$? + rm -f {test_out} pbmpscale 0 testgrid.pbm > ${test_out} || \ - echo -n "Expected failure 2"; test -s ${test_out}; echo " "$? + echo -n "Expected failure 2" + test -s ${test_out}; echo " "$? + rm -f {test_out} pbmpscale 2 3 testgrid.pbm > ${test_out} || \ - echo -n "Expected failure 3"; test -s ${test_out}; echo " "$? - -rm -f ${test_out} \ No newline at end of file + echo -n "Expected failure 3" + test -s ${test_out}; echo " "$? + rm -f {test_out} -- cgit 1.4.1