[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:33 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ec582d3

The following commit has been merged in the master branch:
commit ec582d3f1c17236473f250b86ea9b4b621825473
Author: vog <vog at notjusthosting.com>
Date:   Wed Dec 19 15:18:34 2012 +0000

    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 aef0a13..45a9793 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
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list