gbranden pushed a commit to branch master
in repository groff.
commit 43e45157090f85bacebc2cc30105fc61ddb9d6c2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jul 9 04:30:59 2025 -0500
[tests]: Tweak eqn test script.
Stop throwing away the standard error stream.
---
src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
index dc53b5082..b9c109a02 100755
--- a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
@@ -23,7 +23,7 @@ eqn="${abs_top_builddir:-.}/eqn"
# Regression-test Savannah #67285. eqn should not strip "invalid"
# characters from parts of a document it does not interpret.
-output=$(printf '.\\" degree sign: \313\232\n' | "$eqn" -R 2>/dev/null)
+output=$(printf '.\\" degree sign: \313\232\n' | "$eqn" -R)
printf "%s" "$output" | od -c | grep -q ' 232'
# vim:set ai et sw=4 ts=4 tw=72:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit