Issue #874: Fix test-tiff.sh which hasn't been refactored properly in r2935

v0.27.3
vog 13 years ago
parent 00e7138f1d
commit ec582d3f1c

@ -15,9 +15,11 @@ source ./functions.source
( cd "$testdir"
copyTestFile mini9.tif
runTest mini9.tif
exifprobe $testfile
testfile=mini9.tif
copyTestFile ${testfile}
exifprobe ${testfile}
runTest tiff-test ${testfile}
exifprobe ${testfile}
) > $results

Loading…
Cancel
Save