summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-12 17:11:18 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-12 17:11:18 -0600
commitd95c6336eabc459ee65b6027bda64ca764fc563f (patch)
tree2e6921644b365b2b278bf82f88f94a5b6f5f241c
parent4de8241a6ce57bf2595ce466c1bf7eea24487c2e (diff)
[troff]: Fix nit in test output.
Separate echo arguments are already separated by spaces; they are not catenated like ajacent C string literals. * src/roff/groff/tests/device-request-works.sh: Drop extraneous space.
-rwxr-xr-xsrc/roff/groff/tests/device-request-works.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/groff/tests/device-request-works.sh b/src/roff/groff/tests/device-request-works.sh
index f30853676..e7478d893 100755
--- a/src/roff/groff/tests/device-request-works.sh
+++ b/src/roff/groff/tests/device-request-works.sh
@@ -62,7 +62,7 @@ do
echo "$output" | grep -Eq 'x * X *ps: nop' || wail
echo "checking that Unicode escape sequence is preserved on $device" \
- " device" >&2
+ "device" >&2
output=$(printf "%s\n" "$input_special" | "$groff" -T $device -Z) \
|| wail
echo "$output"