about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to '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}