From 3aa9d30cf47d4bb945276db6a3b963141d93f179 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sun, 19 Feb 2023 01:24:20 -0600 Subject: [groff]: Improve portability of a test. * 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 inside a here document inside a command substitution by changing the groff escape character to something meaningless to the shell and to printf ('@'). Fixes a test failure on Solaris 11. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 998ce594d..67102b141 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-02-19 G. Branden Robinson + + * 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 + inside a here document inside a command substitution by changing + the groff escape character to something meaningless to the shell + and to printf ('@'). Fixes a test failure on Solaris 11. + 2023-02-18 G. Branden Robinson * font/devpdf/Foundry.in: Recognize URW foundry replacements for -- cgit v1.2.1