gbranden pushed a commit to branch master
in repository groff.

commit f0792fda3aa23c22042b63693763fe74a8146ebb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Oct 23 01:24:50 2024 -0500

    [groff]: Comment out redundant test output.
    
    Right now this script performs only one check.
---
 src/roff/groff/tests/pi-request-works.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/tests/pi-request-works.sh 
b/src/roff/groff/tests/pi-request-works.sh
index 2a589698d..ac85e4eaf 100755
--- a/src/roff/groff/tests/pi-request-works.sh
+++ b/src/roff/groff/tests/pi-request-works.sh
@@ -20,7 +20,7 @@
 
 groff="${abs_top_builddir:-.}/test-groff"
 
-echo "checking that 'pi' request works" >&2
+#echo "checking that 'pi' request works" >&2
 output=$(printf '.pi sed s/^/#/\nhello\n' | "$groff" -UZ)
 echo "$output"
 echo "$output" | grep -Eqx '^#t *hello'

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

Reply via email to