texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/t/test_utils.pl: Set LANGUAGE environment va


From: Gavin D. Smith
Subject: branch master updated: * tp/t/test_utils.pl: Set LANGUAGE environment variable as well as LC_ALL for consistent test results.
Date: Sat, 12 Feb 2022 14:49:51 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 1bc7ce4949 * tp/t/test_utils.pl: Set LANGUAGE environment variable as 
well as LC_ALL for consistent test results.
1bc7ce4949 is described below

commit 1bc7ce4949d4a73dd0a82d6b9829a4c20faa71ba
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Feb 12 19:49:29 2022 +0000

    * tp/t/test_utils.pl: Set LANGUAGE environment variable as well
    as LC_ALL for consistent test results.
---
 ChangeLog          | 5 +++++
 tp/t/test_utils.pl | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5f4b1cf67b..dd511355c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-12  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/t/test_utils.pl: Set LANGUAGE environment variable as well
+       as LC_ALL for consistent test results.
+
 2022-02-09  Patrice Dumas  <pertusus@free.fr>
 
        * man/info.5, man/texinfo.5: format man page name in Bold and
diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl
index afa0ad87ca..151b92d429 100644
--- a/tp/t/test_utils.pl
+++ b/tp/t/test_utils.pl
@@ -1,6 +1,6 @@
 # t/* test support for the Perl modules.
 #
-# Copyright 2010-2019 Free Software Foundation, Inc.
+# Copyright 2010-2021 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@ Texinfo::ModulePath::init(undef, undef, 'updirs' => 2);
 
 # For consistent test results, use the C locale
 $ENV{LC_ALL} = 'C';
+$ENV{LANGUAGE} = 'en';
 
 } # end BEGIN
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]