From: cristy Date: Wed, 25 Apr 2012 11:06:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b307705274171d1dd38150b41ab6527ce4b4e061;p=imagemagick --- diff --git a/tests/validate-colorspace.sh b/tests/validate-colorspace.sh index 4c5c5c97a..c74516c85 100755 --- a/tests/validate-colorspace.sh +++ b/tests/validate-colorspace.sh @@ -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