cristy | 19a2b0d | 2012-08-21 11:46:58 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | # |
Cristy | d842011 | 2021-01-01 14:52:00 -0500 | [diff] [blame] | 3 | # Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization |
cristy | 19a2b0d | 2012-08-21 11:46:58 +0000 | [diff] [blame] | 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 | # |
Cristy | b490537 | 2018-10-13 10:23:33 -0400 | [diff] [blame] | 9 | # https://imagemagick.org/script/license.php |
cristy | 19a2b0d | 2012-08-21 11:46:58 +0000 | [diff] [blame] | 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 | # |
cristy | 3a350cf | 2012-12-29 22:54:19 +0000 | [diff] [blame] | 19 | . ./common.shi |
cristy | 19a2b0d | 2012-08-21 11:46:58 +0000 | [diff] [blame] | 20 | . ${srcdir}/tests/common.shi |
| 21 | echo "1..1" |
| 22 | |
| 23 | ${VALIDATE} -validate import-export && echo "ok" || echo "not ok" |
| 24 | : |