wandtest.tap revision 45ef08fd6a09813e4a8f5ddadf85ba9e0ec2cdc7
1#!/bin/sh
2# Copyright (C) 1999-2013 ImageMagick Studio LLC
3#
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#
10
11set -e # Exit on any error
12. ${srcdir}/tests/common.shi
13echo "1..1"
14
15${WANDTEST} wandtest_out.miff -validate compare && echo "ok" || echo "not ok"
16:
17