From ec582d3f1c17236473f250b86ea9b4b621825473 Mon Sep 17 00:00:00 2001 From: vog Date: Wed, 19 Dec 2012 15:18:34 +0000 Subject: [PATCH] Issue #874: Fix test-tiff.sh which hasn't been refactored properly in r2935 --- test/tiff-test.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/tiff-test.sh b/test/tiff-test.sh index aef0a135..45a97930 100644 --- a/test/tiff-test.sh +++ b/test/tiff-test.sh @@ -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