[sqitch] 01/03: Set LC_ALL=C for the test suite, it breaks in other locales

Niko Tyni ntyni at moszumanska.debian.org
Sat Sep 26 19:18:03 UTC 2015


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

ntyni pushed a commit to branch master
in repository sqitch.

commit 5ebf1c99125d226ec3a17a57faa76a4576c6f127
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Sep 26 20:57:05 2015 +0300

    Set LC_ALL=C for the test suite, it breaks in other locales
    
    Closes: #800070
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 022a5b0..7893313 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ override_dh_clean:
 
 override_dh_auto_test:
 	mkdir -p $(BUILDHOME)
-	HOME=$(BUILDHOME) dh_auto_test
+	LC_ALL=C HOME=$(BUILDHOME) dh_auto_test

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



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