summaryrefslogtreecommitdiff
path: root/src/preproc/tbl/tests/check-line-intersections.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/tbl/tests/check-line-intersections.sh')
-rwxr-xr-xsrc/preproc/tbl/tests/check-line-intersections.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/tbl/tests/check-line-intersections.sh b/src/preproc/tbl/tests/check-line-intersections.sh
index 98f803639..2012bebaf 100755
--- a/src/preproc/tbl/tests/check-line-intersections.sh
+++ b/src/preproc/tbl/tests/check-line-intersections.sh
@@ -42,7 +42,7 @@ echo "$output"
for l in 1 3 5 7
do
echo "checking intersections on line $l"
- echo "$output" | sed -n ${l}p | grep -Fqx '+--+---+---+' || wail
+ echo "$output" | sed -n ${l}p | grep -Fqx '+---+---+---+' || wail
done
# TODO: Check `-Tutf8` output for correct crossing glyph identities.