diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-08 23:06:04 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-08 23:06:04 +0000 |
commit | 68962917657dc4b58f207084a6264cd6aebfa3c0 (patch) | |
tree | 4ce531cf564dd38d0fb4d55a7cbf23c6d458492d /test | |
parent | 0b9c09d939de29df8a72772dbe00351ebdeb8b5c (diff) | |
download | netpbm-mirror-68962917657dc4b58f207084a6264cd6aebfa3c0.tar.gz netpbm-mirror-68962917657dc4b58f207084a6264cd6aebfa3c0.tar.xz netpbm-mirror-68962917657dc4b58f207084a6264cd6aebfa3c0.zip |
Fix bug from previous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3707 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rwxr-xr-x | test/pgmhist.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 " "$? |