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

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