[DRE-commits] [ruby-gettext] 02/03: Set external encoding in tests with Encoding.default_external not LC_ALL

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Nov 3 09:14:22 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-gettext.

commit 31a250a0d3d96b5817f47c60b1e3490c5c71985f
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Nov 3 11:56:53 2016 +0300

    Set external encoding in tests with Encoding.default_external not LC_ALL
    
    	This fixes one test failure
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index de0bb46..ef4dd57 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
-ENV['LC_ALL'] = 'C.UTF-8'
+Encoding.default_external = 'UTF-8'
 
 load 'test/run-test.rb'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gettext.git



More information about the Pkg-ruby-extras-commits mailing list