blob: 4dc4173a2ff0ad9d13e05dd3d203d4be99ec30c7 [file] [log] [blame]
cristy7094f162013-06-15 00:51:55 +00001#!/bin/sh
2#
Cristy7ce65e72015-12-12 18:03:16 -05003# Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
cristy7094f162013-06-15 00:51:55 +00004# 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. ./common.shi
20. ${srcdir}/tests/common.shi
21echo "1..1"
22
23${VALIDATE} -validate formats-map && echo "ok" || echo "not ok"
24: