about summary refs log tree commit diff
path: root/test/pnmquant.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-29 16:04:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-29 16:04:24 +0000
commit26092f5e2264b80706f4a980a9e79a8289254103 (patch)
tree90c2f65cbd99a8ac9180ad1f6621637c599351cc /test/pnmquant.test
parent7a53900f121af84c64eda0102d540aa9c9be63df (diff)
downloadnetpbm-mirror-26092f5e2264b80706f4a980a9e79a8289254103.tar.gz
netpbm-mirror-26092f5e2264b80706f4a980a9e79a8289254103.tar.xz
netpbm-mirror-26092f5e2264b80706f4a980a9e79a8289254103.zip
Promote Development to Advanced as 10.89.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3723 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pnmquant.test')
-rwxr-xr-xtest/pnmquant.test2
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}