]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 2 Mar 2013 22:02:49 +0000 (22:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 2 Mar 2013 22:02:49 +0000 (22:02 +0000)
tests/cli-colorspace.tap

index 0491af91a6c93ccffd6814da8979ae5d92a1de86..5ba1f401c43c28c6d2d8336f50a242dfb03c773c 100755 (executable)
@@ -18,7 +18,7 @@
 . ${srcdir}/tests/common.shi
 
 depth=`eval ${MAGICK} xc:none -format '%[fx:QuantumRange]' info:-`
-if [ "X$depth" == "X255" ]; then
+if [ "X$depth" = "X255" ]; then
   echo "1..1"
   echo "ok"
   exit 0