summaryrefslogtreecommitdiff
path: root/test/tiffcrop-doubleflip-rgb-3c-8b.sh
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-08-23 22:58:25 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-08-23 22:58:25 +0000
commit63e03ebcecfe099b704c7c8cac93e8535aaf4c88 (patch)
treed3c20d065b5ebb9f044df7212c09968d8feb73d4 /test/tiffcrop-doubleflip-rgb-3c-8b.sh
parent3237e5e1777dbdcd156ae231ccdd097be63eca2d (diff)
downloadlibtiff-git-63e03ebcecfe099b704c7c8cac93e8535aaf4c88.tar.gz
tiffcrop.sh into a collection of many specific tests. Re-wrote
all of the existing tests to be based on some simple shell functions. Make distcheck works again.
Diffstat (limited to 'test/tiffcrop-doubleflip-rgb-3c-8b.sh')
-rwxr-xr-xtest/tiffcrop-doubleflip-rgb-3c-8b.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/tiffcrop-doubleflip-rgb-3c-8b.sh b/test/tiffcrop-doubleflip-rgb-3c-8b.sh
index 216e1b36..432a8b61 100755
--- a/test/tiffcrop-doubleflip-rgb-3c-8b.sh
+++ b/test/tiffcrop-doubleflip-rgb-3c-8b.sh
@@ -1,3 +1,6 @@
#!/bin/sh
. ${srcdir:-.}/common.sh
-f_test_convert "$TIFFCROP -F both" "$srcdir/images/rgb-3c-8b.tiff" "deleteme-tiffcrop-doubleflip-rgb-3c-8b.tiff"
+infile="$srcdir/images/rgb-3c-8b.tiff"
+outfile="o-tiffcrop-doubleflip-rgb-3c-8b.tiff"
+f_test_convert "$TIFFCROP -F both" $infile $outfile
+f_tiffinfo_validate $outfile