root/WizardsToolkit/trunk/tests/validate.sh
| Revision 1, 387 bytes (checked in by cristy, 3 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # Copyright (C) 1999-2009 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 'validate' utility. |
| 9 | # |
| 10 | |
| 11 | set -e # Exit on any error |
| 12 | . ${srcdir}/tests/common.sh |
| 13 | |
| 14 | ${VALIDATE} ${PASSPHRASE} |
Note: See TracBrowser
for help on using the browser.
