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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:21 UTC 2017


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

The following commit has been merged in the master branch:
commit 2bf4bef861c2927ab7c587f2b14dd1d79879157c
Author: vog <vog at notjusthosting.com>
Date:   Sat Jun 18 15:49:32 2011 +0000

    #776: ensure that the test drivers are not confused by the locale settings
---
 test/bugfixes-test.sh  | 1 +
 test/conversions.sh    | 1 +
 test/eps-test.sh       | 2 ++
 test/exiv2-test.sh     | 1 +
 test/modify-test.sh    | 1 +
 test/xmpparser-test.sh | 1 +
 6 files changed, 7 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 4ccd053..8359057 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -1,5 +1,6 @@
 #! /bin/sh
 # Test driver with regression tests for bugfixes
+export LC_ALL=C
 results="./tmp/bugfixes-test.out"
 good="./data/bugfixes-test.out"
 
diff --git a/test/conversions.sh b/test/conversions.sh
index fb153da..ae9a447 100755
--- a/test/conversions.sh
+++ b/test/conversions.sh
@@ -10,6 +10,7 @@ fi
 
 # ----------------------------------------------------------------------
 # Setup
+export LC_ALL=C
 results="./tmp/conversions.out"
 good="./data/conversions.out"
 
diff --git a/test/eps-test.sh b/test/eps-test.sh
index 0479da8..a2ec045 100755
--- a/test/eps-test.sh
+++ b/test/eps-test.sh
@@ -1,6 +1,8 @@
 #! /bin/sh
 # Test driver for EPS files
 
+export LC_ALL=C
+
 exiv2="$VALGRIND ../../src/exiv2"
 
 diffargs="--strip-trailing-cr"
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index 7e8c674..2f35840 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -1,5 +1,6 @@
 #! /bin/sh
 # Test driver for exiv2 utility tests
+export LC_ALL=C
 exiv2="$VALGRIND exiv2 -u"
 results="./tmp/exiv2-test.out"
 good="./data/exiv2-test.out"
diff --git a/test/modify-test.sh b/test/modify-test.sh
index a62853b..b474dd6 100755
--- a/test/modify-test.sh
+++ b/test/modify-test.sh
@@ -1,5 +1,6 @@
 #! /bin/sh
 # Test driver for write unit tests to build Exif metadata from scratch
+export LC_ALL=C
 results="./tmp/modify-test.out"
 good="./data/modify-test.out"
 diffargs="--strip-trailing-cr"
diff --git a/test/xmpparser-test.sh b/test/xmpparser-test.sh
index e597bc2..c5a1bc9 100755
--- a/test/xmpparser-test.sh
+++ b/test/xmpparser-test.sh
@@ -10,6 +10,7 @@ fi
 
 # ----------------------------------------------------------------------
 # Setup
+export LC_ALL=C
 results="./tmp/xmpparser-test.out"
 good="./data/xmpparser-test.out"
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list