summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-21 22:15:35 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 03:28:24 -0600
commit7bef3571bd3a9fd82ebfed9f37939e00b444fcbd (patch)
tree10b84687ed6ace309e2dd73dcfc5ad2a2288a744 /ChangeLog
parent2706c735b3c89411d2bcf6e8c31ec8796feab174 (diff)
downloadgroff-git-7bef3571bd3a9fd82ebfed9f37939e00b444fcbd.tar.gz
[ms]: Rename test.
* tmac/tests/s_no-excess-space-around-displays.tmac: Rename... * tmac/tests/s_no-excess-space-around-displays.sh: ...to this. * tmac/tmac.am (tmac_TESTS): Update. The original name of this test was a thoughtless error; renaming it more intelligibly facilitates a necessary procedure for getting the tests to run on Solaris 10 (where /bin/sh is a pre-POSIX clay tablet version). gsed -i -e '1s@#!/bin/sh@#!/usr/xpg4/bin/sh@' \ `find . -name '*.sh' | grep /tests/` PATH=/usr/xpg4/bin:$PATH gmake check
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2dafde6..6602e3eb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-02-21 G. Branden Robinson <g.branden.robinson@gmail.com>
+ [ms]: Rename test.
+
+ * tmac/tests/s_no-excess-space-around-displays.tmac: Rename...
+ * tmac/tests/s_no-excess-space-around-displays.sh: ...to this.
+ * tmac/tmac.am (tmac_TESTS): Update.
+
+2023-02-21 G. Branden Robinson <g.branden.robinson@gmail.com>
+
[gropdf]: Revise tests to run unconditionally, rather than
configuring them away at build time, which can cause a
distribution archive to be incorrectly structured. Update