diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-19 00:43:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-19 00:43:11 +0100 |
commit | 44e6236daf6d9988dc66c1ce28b11fcc54d76a16 (patch) | |
tree | aa4650fb9c396b9bbedadc208dbe8d94cb3f89dc /test/runtest | |
parent | cfbd9ca07439b02ae227012ad2b9f13a8997d39e (diff) |
Fix bug 1224.
Replace the lookup index char in sterr traces with a zero;
update testcase expected stderr files to match.
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index e71ee9fec..ab87ab30e 100755 --- a/test/runtest +++ b/test/runtest @@ -687,6 +687,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/^\d\d\d(?=[PFS*])/ddd/; + # Lookups have a char which depends on the number of lookup types compiled in. + s%(?<!lsearch)[0-?]TESTSUITE/aux-fixed/%0TESTSUITE/aux-fixed/%g; + # ========================================================== # Some munging is specific to the specific file types |