summaryrefslogtreecommitdiff
path: root/src/preproc/tbl/tests/check-vertical-line-length.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/tbl/tests/check-vertical-line-length.sh')
-rwxr-xr-xsrc/preproc/tbl/tests/check-vertical-line-length.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/tbl/tests/check-vertical-line-length.sh b/src/preproc/tbl/tests/check-vertical-line-length.sh
index 9b08dcb68..1aafd0913 100755
--- a/src/preproc/tbl/tests/check-vertical-line-length.sh
+++ b/src/preproc/tbl/tests/check-vertical-line-length.sh
@@ -42,7 +42,7 @@ _
echo "checking length of plain vertical rule" >&2
output=$(printf "%s" "$input" | "$groff" -Tascii -t)
-echo "$output" | sed -n '2p' | grep -Fqx -- '|1234567890 |' || wail
+echo "$output" | sed -n '2p' | grep -Fqx -- '| 1234567890 |' || wail
test -z "$fail"