chiark / gitweb /
server/tests.at: Awk string indexing starts at 1.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 19 Jun 2013 18:58:17 +0000 (19:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 19 Jun 2013 18:58:39 +0000 (19:58 +0100)
commitee7a2a107444b3b1088bd73d082a501ed7fa725a
tree1e77c58c7756b3dcd61cd106452704bf373111d6
parent8187950bc47575533beff8a9492c1c2f5e08cba3
server/tests.at: Awk string indexing starts at 1.

Mawk returns a string of length n - 1 if you ask for `substr(s, 0, n)'.
This causes mismatches in the filter which is supposed to remove
spurious warnings, resulting in spurious test failures.
server/tests.at