diff options
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 |