blob: ef164bad93a216ca3ac8195711972f7525a54e33 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#!/bin/sh
Cristy7ce65e72015-12-12 18:03:16 -05002# Copyright (C) 1999-2016 ImageMagick Studio LLC
cristy3ed852e2009-09-05 21:47:34 +00003#
4# This program is covered by multiple licenses, which are described in
5# LICENSE. You should have received a copy of LICENSE with this
6# package; otherwise see http://www.imagemagick.org/script/license.php.
7#
8# Test for '${CONVERT}' utility.
9#
cristy3a350cf2012-12-29 22:54:19 +000010. ./common.shi
cristy04fb5db2012-08-21 15:58:33 +000011. ${srcdir}/tests/common.shi
cristyedc81de2012-08-21 11:45:44 +000012echo "1..1"
cristy3ed852e2009-09-05 21:47:34 +000013
cristy037f7302012-08-25 13:10:31 +000014${WANDTEST} wandtest_out.miff -validate compare && echo "ok" || echo "not ok"
cristyedc81de2012-08-21 11:45:44 +000015: