TeX tests: Use the shell instead of wc to test for maximum line length.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 28 Aug 2021 08:50:32 +0000 (10:50 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 28 Aug 2021 09:00:52 +0000 (11:00 +0200)
commit37cf21cfd0754b6fd196098968df3bdc1c2473a9
tree93a5f9058fb72f14f6917c86e46398b194dea7bd
parenta22af84523eb716b947123186bd4f89a3d92945e
TeX tests: Use the shell instead of wc to test for maximum line length.

When testing for maximum line length use the shell rather than
relying on wc -L  : The -L flag is not present on some systems.

tests/tex.at: Remove dependence on wc
configure.ac: Remove test for wc -L

Fixes bug #59859
configure.ac
tests/output/tex.at