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)
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.


No differences found