[libsvn-notify-mirror-perl] 01/04: Set LC_ALL=C for the test suite, it fails in other locales

Niko Tyni ntyni at moszumanska.debian.org
Sat Sep 26 11:29:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libsvn-notify-mirror-perl.

commit 39a476be4cf8435022aa8a5ced8774701853ab35
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Sep 26 14:09:33 2015 +0300

    Set LC_ALL=C for the test suite, it fails in other locales
    
    Closes: #800062
---
 debian/rules                    | 2 +-
 debian/tests/pkg-perl/env-smoke | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c2da2d1..64fb529 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	SENDMAIL=/dev/null dh_auto_test
+	LC_ALL=C SENDMAIL=/dev/null dh_auto_test
diff --git a/debian/tests/pkg-perl/env-smoke b/debian/tests/pkg-perl/env-smoke
new file mode 100644
index 0000000..3c689cd
--- /dev/null
+++ b/debian/tests/pkg-perl/env-smoke
@@ -0,0 +1 @@
+LC_ALL=C

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsvn-notify-mirror-perl.git



More information about the Pkg-perl-cvs-commits mailing list