[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:10 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9352b4a
The following commit has been merged in the master branch:
commit 9352b4a407ca4d526b736fd3ebf03232497105ea
Author: Robin Mills <robin at clanmills.com>
Date: Sun Apr 26 08:00:24 2015 +0000
#1066. Fix for test exception. It's coming from #922 on all platforms except Mac.
---
test/bugfixes-test.sh | 6 ++++--
test/data/bugfixes-test.out | Bin 147889 -> 1825269 bytes
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 54a8364..edfd9b7 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -269,8 +269,10 @@ source ./functions.source
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile $filename
- runTest exiv2 -pX $filename | wc
- filename=iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg ; copyTestFile $filename ; runTest exiv2 -pX $filename
+ runTest exiv2 -pX $filename
+ filename=iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg
+ copyTestFile $filename
+ runTest exiv2 -pX $filename
num=937
filename=exiv2-bug$num.jpg
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index e1e5662..db7c085 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list