diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-06 03:49:59 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-10-06 03:49:59 +0000 |
commit | 0b9c09d939de29df8a72772dbe00351ebdeb8b5c (patch) | |
tree | 71a7e104a0f169d4d6c7840ad8917a9ad72187c0 /test | |
parent | 15508f15722b80b440bdd83d531bfe48e09a03a3 (diff) | |
download | netpbm-mirror-0b9c09d939de29df8a72772dbe00351ebdeb8b5c.tar.gz netpbm-mirror-0b9c09d939de29df8a72772dbe00351ebdeb8b5c.tar.xz netpbm-mirror-0b9c09d939de29df8a72772dbe00351ebdeb8b5c.zip |
update for current Pnmquant
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3706 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rwxr-xr-x | test/pnmquant.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pnmquant.test b/test/pnmquant.test index 1154cf84..3a2ef906 100755 --- a/test/pnmquant.test +++ b/test/pnmquant.test @@ -55,7 +55,7 @@ pnmquant -meancolor -meanpixel 16 testimg.ppm > ${test_out} || \ echo -n "Expected failure 6"; test -s ${test_out}; echo " "$? pnmquant -spreadbrightness -spreadluminosity 16 testimg.ppm > ${test_out} || \ echo -n "Expected failure 7"; test -s ${test_out}; echo " "$? -pnmquant -floyd -nofloyd 16 testimg.ppm > ${test_out} || \ +pnmquant -randomseed 1 -norandom 10 testimg.ppm > ${test_out} || \ echo -n "Expected failure 8"; test -s ${test_out}; echo " "$? rm ${test_out} |