summaryrefslogtreecommitdiff
path: root/src/roff/groff/tests/handle_special_input_code_points.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/groff/tests/handle_special_input_code_points.sh')
-rwxr-xr-xsrc/roff/groff/tests/handle_special_input_code_points.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/roff/groff/tests/handle_special_input_code_points.sh b/src/roff/groff/tests/handle_special_input_code_points.sh
index 1e4f9a476..c996150eb 100755
--- a/src/roff/groff/tests/handle_special_input_code_points.sh
+++ b/src/roff/groff/tests/handle_special_input_code_points.sh
@@ -35,7 +35,8 @@ wail () {
fail=yes
}
-output=$(printf "%s\n" "$input" | "$groff" -z 2>&1)
+output=$(printf "%s\n" "$input" | "$groff" -Z 2>&1)
+echo "$output"
printf "checking that input no-break space is mapped to \\~\n"
echo "$output" | grep -qx 'input no-break space matches \\~' || wail