]> granicus.if.org Git - imagemagick/blobdiff - tests/cli-colorspace.tap
(no commit message)
[imagemagick] / tests / cli-colorspace.tap
index d5c2f10cb811e219fe1d189b980f824b9b92410a..5ba1f401c43c28c6d2d8336f50a242dfb03c773c 100755 (executable)
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+. ./common.shi
 . ${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