gbranden pushed a commit to branch master
in repository groff.
commit acef2e3e9acd66840df93d8b59e918f49c3f7b1d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 24 16:20:14 2026 -0500
[groff]: Regression-test Savannah #68558.
* src/roff/groff/tests/do-request-does-not-fail-assertion.sh: Do it.
* src/roff/groff/groff.am (groff_TESTS): Run test.
Test fails at this commit.
---
ChangeLog | 8 ++++++++
src/roff/groff/groff.am | 1 +
.../tests/do-request-does-not-fail-assertion.sh | 24 ++++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 997cd6f83..3ca5b42f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2026-07-24 G. Branden Robinson <[email protected]>
+
+ [groff]: Regression-test Savannah #68558.
+
+ * src/roff/groff/tests/do-request-does-not-fail-assertion.sh: Do
+ it.
+ * src/roff/groff/groff.am (groff_TESTS): Run test.
+
2026-07-24 G. Branden Robinson <[email protected]>
* src/devices/grops/ps.cpp (ps_printer::do_import): Revise to
diff --git a/src/roff/groff/groff.am b/src/roff/groff/groff.am
index 688841025..7632f1e66 100644
--- a/src/roff/groff/groff.am
+++ b/src/roff/groff/groff.am
@@ -82,6 +82,7 @@ groff_TESTS = \
src/roff/groff/tests/do-not-crash-on-missing-fschar-argument.sh \
src/roff/groff/tests/do-not-free-file-name-pointers-early.sh \
src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh \
+ src/roff/groff/tests/do-request-does-not-fail-assertion.sh \
src/roff/groff/tests/dot-b-register-works.sh \
src/roff/groff/tests/dot-cp-register-works.sh \
src/roff/groff/tests/dot-nm-register-works.sh \
diff --git a/src/roff/groff/tests/do-request-does-not-fail-assertion.sh
b/src/roff/groff/tests/do-request-does-not-fail-assertion.sh
new file mode 100755
index 000000000..ef5291c93
--- /dev/null
+++ b/src/roff/groff/tests/do-request-does-not-fail-assertion.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# This file is part of groff, the GNU roff typesetting system.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+groff="${abs_top_builddir:-.}/test-groff"
+
+# Regression-test Savannah #68558.
+
+printf ".do \\a\n" | "$groff"
+
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit