From 68962917657dc4b58f207084a6264cd6aebfa3c0 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 8 Oct 2019 23:06:04 +0000 Subject: Fix bug from previous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3707 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pgmhist.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/pgmhist.test b/test/pgmhist.test index 3be74898..ab3763fd 100755 --- a/test/pgmhist.test +++ b/test/pgmhist.test @@ -34,7 +34,7 @@ echo "Invalid command-line argument combinations." 1>&2 echo "Error messages should appear below the line." 1>&2 echo "-----------------------------------------------------------" 1>&2 -pgmhist -median -quartile testgrid.pbm > ${test_out} || \ +pgmhist -median -quartile testgrid.pbm > ${test_out} || \ echo -n "Expected failure 1"; test -s ${test_out}; echo " "$? pgmhist -median -decile testgrid.pbm > ${test_out} || \ echo -n "Expected failure 2"; test -s ${test_out}; echo " "$? -- cgit 1.4.1