[exim-cvs] Preempt future testsuite integration of EXPERIMEN…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Preempt future testsuite integration of EXPERIMENTAL_DSN
Gitweb: http://git.exim.org/exim.git/commitdiff/bfd86064a821399920da2d5bacd4ba8ff974ab3f
Commit:     bfd86064a821399920da2d5bacd4ba8ff974ab3f
Parent:     1e8d273ebad29272041f9b02b7d16e9f8d84a7cd
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 8 21:13:07 2014 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 8 21:13:07 2014 +0100


    Preempt future testsuite integration of EXPERIMENTAL_DSN
---
 test/runtest |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/test/runtest b/test/runtest
index 5216ead..a398933 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 ========