]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 25 Apr 2012 11:06:27 +0000 (11:06 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 25 Apr 2012 11:06:27 +0000 (11:06 +0000)
tests/validate-colorspace.sh

index 4c5c5c97aa6b8629675c883b6ba48ccefaa0e440..c74516c85b40daf47bccbfd266662b2bf2972beb 100755 (executable)
@@ -17,7 +17,7 @@
 . ${srcdir}/tests/common.sh
 
 depth=`eval convert xc:none -format '%[fx:QuantumRange]' info:-`
-if [ "$depth" != "65535" ]; then
+if [ "X$depth" == "X255" ]; then
   exit 0
 fi