Issue #874: Fix test-tiff.sh which hasn't been refactored properly in r2935
This commit is contained in:
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…
Reference in New Issue
Block a user