diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-08 21:13:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-08 21:13:07 +0100 |
commit | bfd86064a821399920da2d5bacd4ba8ff974ab3f (patch) | |
tree | a567cd13557d2239ab1c1db21a083345763c516f /test | |
parent | 1e8d273ebad29272041f9b02b7d16e9f8d84a7cd (diff) |
Preempt future testsuite integration of EXPERIMENTAL_DSN
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 5216eaded..a3989334d 100755 --- a/test/runtest +++ b/test/runtest @@ -802,6 +802,10 @@ RESET_AFTER_EXTRA_LINE_READ: s%(?<!sqlite)(?<!lsearch\*@)(?<!lsearch\*)(?<!lsearch)[0-?]TESTSUITE/aux-fixed/%0TESTSUITE/aux-fixed/%g; # ========================================================== + # MIME boundaries in RFC3461 DSN messages + s/\d{8,10}-eximdsn-\d{8,10}/NNNNNNNNNN-eximdsn-MMMMMMMMMM/; + + # ========================================================== # Some munging is specific to the specific file types # ======== stdout ======== |