validate-compare.tap revision 19a2b0dc3bf068f3c06709596ad98542c99a0752
1#!/bin/sh
2#
3#  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
4#  dedicated to making software imaging solutions freely available.
5#
6#  You may not use this file except in compliance with the License.  You may
7#  obtain a copy of the License at
8#
9#    http://www.imagemagick.org/script/license.php
10#
11#  Unless required by applicable law or agreed to in writing, software
12#  distributed under the License is distributed on an "AS IS" BASIS,
13#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14#  See the License for the specific language governing permissions and
15#  limitations under the License.
16#
17#  Test for 'validate' utility.
18#
19
20set -e # Exit on any error
21. ${srcdir}/tests/common.shi
22echo "1..1"
23
24${VALIDATE} -validate compare && echo "ok" || echo "not ok"
25:
26