gbranden pushed a commit to branch master
in repository groff.

commit abd6a84d3220f5f27d1c94ec2400de9b24df4b2f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 1 05:10:52 2026 -0600

    [mm]: Fix inaccurate message in test script.
---
 contrib/mm/tests/short-pages-do-not-overflow-stack.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/mm/tests/short-pages-do-not-overflow-stack.sh 
b/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
index 5627b9701..953a3aa07 100755
--- a/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
+++ b/contrib/mm/tests/short-pages-do-not-overflow-stack.sh
@@ -45,7 +45,7 @@ output=$(printf "%s\n" "$input" \
 echo "$output"
 test "$(echo "$output" | wc -l)" -eq 132 || wail # 66 lines * 2 pages
 
-echo "checking that sample document fits using -rL5v" >&2
+echo "checking that sample document fits using -rL6v" >&2
 output=$(printf "%s\n" "$input" \
     | "$groff" -b -rL6v -mm -Tascii -P-cbou | nl -ba)
 echo "$output"

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

Reply via email to