From: cristy Date: Sat, 2 Mar 2013 22:02:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3044417e2767a681468f0c9b5945d5cd277669a;p=imagemagick --- diff --git a/tests/cli-colorspace.tap b/tests/cli-colorspace.tap index 0491af91a..5ba1f401c 100755 --- a/tests/cli-colorspace.tap +++ b/tests/cli-colorspace.tap @@ -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