gbranden pushed a commit to branch master
in repository groff.

commit fba9c1c993d59d5569abc68c029562e6242dd8b0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 18 09:14:35 2026 -0500

    [eqn]: Improve neqn smoke test.
    
    * src/preproc/eqn/tests/neqn-smoke-test.sh: Configure `GROFF_BIN_PATH`
      so that the build tree's "neqn" is more likely to locate the "eqn"
      that is also in the build tree.
---
 ChangeLog                                | 6 ++++++
 src/preproc/eqn/tests/neqn-smoke-test.sh | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6bf3a977b..30c488d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-18  G. Branden Robinson <[email protected]>
+
+       * src/preproc/eqn/tests/neqn-smoke-test.sh: Configure
+       `GROFF_BIN_PATH` so that the build tree's "neqn" is more likely
+       to locate the "eqn" that is also in the build tree.
+
 2026-03-18  G. Branden Robinson <[email protected]>
 
        [eqn]: Add test of neqn's wrapping of eqn; their versions should
diff --git a/src/preproc/eqn/tests/neqn-smoke-test.sh 
b/src/preproc/eqn/tests/neqn-smoke-test.sh
index 435bd18af..8561fcb5f 100755
--- a/src/preproc/eqn/tests/neqn-smoke-test.sh
+++ b/src/preproc/eqn/tests/neqn-smoke-test.sh
@@ -21,6 +21,9 @@ neqn="${abs_top_builddir:-.}/neqn"
 
 # Unit-test basic neqn execution.  Regression-test Savannah #68115.
 
+GROFF_BIN_PATH="$abs_top_builddir"
+export GROFF_BIN_PATH
+
 input='.
 .EQ
 P V mark = n R T

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to