groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/03: tmac/tests/an-old_CS_register_on.sh: Tweak flags.


From: G. Branden Robinson
Subject: [groff] 02/03: tmac/tests/an-old_CS_register_on.sh: Tweak flags.
Date: Thu, 16 Jan 2020 04:12:02 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 8f0bee59575764095543469eb46030eac1aeffe7
Author: G. Branden Robinson <address@hidden>
AuthorDate: Thu Jan 16 18:46:45 2020 +1100

    tmac/tests/an-old_CS_register_on.sh: Tweak flags.
    
    All the other tests in this group pass "-Tascii -P-cbou" instead of
    "-Tutf8".  (This is so that output is easy to grep from a shell script.)
    Bring this test into line.  Does not regress anything.
---
 ChangeLog                           | 7 +++++++
 tmac/tests/an-old_CS_register_on.sh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index da3f61c..d3bc97d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-01-12  G. Branden Robinson <address@hidden>
+
+       * tmac/tests/an-old_CS_register_on.sh: Tweak flags; all the
+       other tests in this group pass "-Tascii -P-cbou" instead of
+       "-Tutf8".  (This is so that output is easy to grep from a shell
+       script.)  Bring this test into line.  Does not regress anything.
+
 2019-12-30  Deri James  <address@hidden>
 
        Certain pdfmark destination names caused gropdf to fail.
diff --git a/tmac/tests/an-old_CS_register_on.sh 
b/tmac/tests/an-old_CS_register_on.sh
index 7ba59fe..c5a7b31 100755
--- a/tmac/tests/an-old_CS_register_on.sh
+++ b/tmac/tests/an-old_CS_register_on.sh
@@ -20,7 +20,7 @@
 
 groff="${abs_top_builddir:-.}/test-groff"
 
-"$groff" -rCS=1 -Tutf8 -man <<EOF | grep -q NAME
+"$groff" -rCS=1 -Tascii -P-cbou -man <<EOF | grep -q NAME
 .TH sample 1 2019-09-09 "groff test suite"
 .SH Name
 sample \- test subject for groff



reply via email to

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