groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Fix locale problem in regression test.


From: G. Branden Robinson
Subject: [groff] 01/01: Fix locale problem in regression test.
Date: Sun, 12 Apr 2020 17:57:51 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit d00b53e122fc56819a2d87feab3d79ee916705d5
Author: G. Branden Robinson <address@hidden>
AuthorDate: Mon Apr 13 07:55:13 2020 +1000

    Fix locale problem in regression test.
    
    * src/roff/groff/tests/smoke-test_html_device.sh: Set LC_CTYPE=C.UTF-8
      so that byte sequences in the pipelines are handled correctly.  Thanks
      to Bjarni Ingi Gislason for the trouble report.
    
    Fixes <https://savannah.gnu.org/bugs/?58164>.
---
 ChangeLog                                      | 9 +++++++++
 src/roff/groff/tests/smoke-test_html_device.sh | 1 +
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index bd77cad..c01ccde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2020-04-13  G. Branden Robinson <address@hidden>
 
+       * src/roff/groff/tests/smoke-test_html_device.sh: Set
+       LC_CTYPE=C.UTF-8 so that byte sequences in the pipelines are
+       handled correctly.  Thanks to Bjarni Ingi Gislason for the
+       trouble report.
+
+       Fixes <https://savannah.gnu.org/bugs/?58164>.
+
+2020-04-13  G. Branden Robinson <address@hidden>
+
        * tmac/html.tmac: Use .do so we correctly load unicode.tmac in
        compatibility mode.
 
diff --git a/src/roff/groff/tests/smoke-test_html_device.sh 
b/src/roff/groff/tests/smoke-test_html_device.sh
index 2902666..265a842 100755
--- a/src/roff/groff/tests/smoke-test_html_device.sh
+++ b/src/roff/groff/tests/smoke-test_html_device.sh
@@ -19,6 +19,7 @@
 #
 
 groff="${abs_top_builddir:-.}/test-groff"
+LC_CTYPE=C.UTF-8
 
 set -e
 



reply via email to

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