Stop throwing away the standard error stream. --- .../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: -- 2.30.2
signature.asc
Description: PGP signature
_______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit