guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 11/14: tests: Choose a more plausible US English locale


From: Andy Wingo
Subject: [Guile-commits] 11/14: tests: Choose a more plausible US English locale name.
Date: Wed, 1 Mar 2017 15:21:05 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 585bf8387109a0c956b15452df6c56024a5de271
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 13 00:00:22 2017 +0100

    tests: Choose a more plausible US English locale name.
    
    * test-suite/tests/i18n.test (%american-english-locale-name): Change to
    en_US.utf8".
---
 test-suite/tests/i18n.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-suite/tests/i18n.test b/test-suite/tests/i18n.test
index 4eef874..3ce2b15 100644
--- a/test-suite/tests/i18n.test
+++ b/test-suite/tests/i18n.test
@@ -113,7 +113,7 @@
       "el_GR.utf8"))
 
 (define %american-english-locale-name
-  "en_US")
+  "en_US.utf8")
 
 (define %french-locale
   (false-if-exception



reply via email to

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