gbranden pushed a commit to branch master
in repository groff.
commit d59f1c0b24c5d7878d40f9481e02b859372d2340
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 20 19:56:17 2026 -0600
Annotate unusual test script exit status 77.
---
contrib/hdtbl/examples/test-hdtbl.sh.in | 2 +-
src/roff/groff/tests/initialization-is-quiet.sh | 2 +-
src/roff/groff/tests/msoquiet-request-works.sh | 2 +-
src/roff/groff/tests/soquiet-request-works.sh | 2 +-
src/roff/nroff/tests/verbose-option-works.sh | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/contrib/hdtbl/examples/test-hdtbl.sh.in
b/contrib/hdtbl/examples/test-hdtbl.sh.in
index c5375c2fc..afcb48bfc 100644
--- a/contrib/hdtbl/examples/test-hdtbl.sh.in
+++ b/contrib/hdtbl/examples/test-hdtbl.sh.in
@@ -31,7 +31,7 @@ ret=0
if [ "$gs_program" = "missing" ]
then
echo "Ghostscript program missing; skipping" >&2
- exit 77
+ exit 77 # skip
fi
# $1 file, $2 expected number of pages
diff --git a/src/roff/groff/tests/initialization-is-quiet.sh
b/src/roff/groff/tests/initialization-is-quiet.sh
index 3cc685b43..453434428 100755
--- a/src/roff/groff/tests/initialization-is-quiet.sh
+++ b/src/roff/groff/tests/initialization-is-quiet.sh
@@ -38,7 +38,7 @@ wail () {
if ! unset GROFF_ENCODING
then
echo "unable to clear environment; skipping" >&2
- exit 77
+ exit 77 # skip
fi
for compat in "" " -C"
diff --git a/src/roff/groff/tests/msoquiet-request-works.sh
b/src/roff/groff/tests/msoquiet-request-works.sh
index d724cdcff..95c0bfa4c 100755
--- a/src/roff/groff/tests/msoquiet-request-works.sh
+++ b/src/roff/groff/tests/msoquiet-request-works.sh
@@ -28,7 +28,7 @@ set -e
if ! unset GROFF_ENCODING
then
echo "unable to clear environment; skipping" >&2
- exit 77
+ exit 77 # skip
fi
DOC='.msoquiet nonexistent'
diff --git a/src/roff/groff/tests/soquiet-request-works.sh
b/src/roff/groff/tests/soquiet-request-works.sh
index a8ed62191..14b906be1 100755
--- a/src/roff/groff/tests/soquiet-request-works.sh
+++ b/src/roff/groff/tests/soquiet-request-works.sh
@@ -28,7 +28,7 @@ set -e
if ! unset GROFF_ENCODING
then
echo "$0: unable to clear environment; skipping" >&2
- exit 77
+ exit 77 # skip
fi
DOC='.soquiet nonexistent'
diff --git a/src/roff/nroff/tests/verbose-option-works.sh
b/src/roff/nroff/tests/verbose-option-works.sh
index f5da3f6ad..ee3f184c3 100755
--- a/src/roff/nroff/tests/verbose-option-works.sh
+++ b/src/roff/nroff/tests/verbose-option-works.sh
@@ -59,7 +59,7 @@ echo groff: $groff_ver >&2
if [ "$nroff_ver" != "$groff_ver" ]
then
echo "nroff and groff version numbers mismatch; skipping test" >&2
- exit 77
+ exit 77 # skip
fi
echo "checking 'nroff -V'" >&2
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit