From 6e629f983aa205c3eaa5f339f1c71bb5e7938049 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 27 Dec 2021 17:33:56 +0000 Subject: Promote Development to Advanced to make Release 10.97.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4222 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/ppmwheel.test | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'test/ppmwheel.test') diff --git a/test/ppmwheel.test b/test/ppmwheel.test index f2fa55d9..150a75e5 100755 --- a/test/ppmwheel.test +++ b/test/ppmwheel.test @@ -124,19 +124,24 @@ echo "-----------------------------------------------------------" 1>&2 ppmwheel 10 -huevalue -huesaturation > ${test_out} || \ echo -n "Expected failure 1" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} ppmwheel 0 > ${test_out} || \ echo -n "Expected failure 2" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} -ppmwheel > ${test_out} || \ +ppmwheel 3 > ${test_out} || \ echo -n "Expected failure 3" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} -ppmwheel 10 10 > ${test_out} || \ +ppmwheel > ${test_out} || \ echo -n "Expected failure 4" test -s ${test_out}; echo " "$? - rm -f {test_out} + rm -f ${test_out} + +ppmwheel 10 10 > ${test_out} || \ + echo -n "Expected failure 5" + test -s ${test_out}; echo " "$? + rm -f ${test_out} -- cgit 1.4.1