summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-19 11:35:49 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-19 11:35:49 -0600
commita6c8791c2d60ddb28d4ff51a89e7811e0bef404b (patch)
tree7ee63b04c70e543331cc583c980df9779a432af7 /ChangeLog
parent4ee8309ce7965b07ad59fa3b7a1f1ff8a12bc009 (diff)
downloadgroff-git-a6c8791c2d60ddb28d4ff51a89e7811e0bef404b.tar.gz
tmac/tests/latin2_works.sh: Fix missing backslash.
* tmac/tests/latin2_works.sh: Fix missing backslash in printf. Solaris printf(1) was sensitive to this error; macOS and GNU printf were not. Fixes a test failure on Solaris 11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67102b141..b81c7de49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-02-19 G. Branden Robinson <g.branden.robinson@gmail.com>
+ * tmac/tests/latin2_works.sh: Fix missing backslash in printf.
+ Solaris printf(1) was sensitive to this error; macOS and GNU
+ printf were not. Fixes a test failure on Solaris 11.
+
+2023-02-19 G. Branden Robinson <g.branden.robinson@gmail.com>
+
* src/roff/groff/tests/regression_savannah_58153.sh: Improve
portability. Avoid the unpredictability of implementations when
putting backslashes inside a groff-piped printf shell command