[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/25: [groff]: Comment out redundant test output.
From: |
G. Branden Robinson |
Subject: |
[groff] 06/25: [groff]: Comment out redundant test output. |
Date: |
Tue, 29 Oct 2024 02:26:03 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit f0792fda3aa23c22042b63693763fe74a8146ebb
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/25: [groff]: Comment out redundant test output.,
G. Branden Robinson <=