[exim-cvs] Testsuite: munge for WITH_LOCAL_SCAN

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: munge for WITH_LOCAL_SCAN
Gitweb: https://git.exim.org/exim.git/commitdiff/a43b19ef3a58c547f76f42da0128dd33c7b51a4e
Commit:     a43b19ef3a58c547f76f42da0128dd33c7b51a4e
Parent:     81344b40e3de597f60758926e5e1ae7a81dd5457
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Oct 22 13:19:51 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Oct 22 13:19:51 2019 +0100


    Testsuite: munge for WITH_LOCAL_SCAN
---
 test/runtest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/test/runtest b/test/runtest
index c78cabf..df73c49 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1281,8 +1281,8 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /in tls_resumption_hosts\?/;


     # Most builds are without HAVE_LOCAL_SCAN
-    next if /^calling local_scan(); timeout=300$/;
-    next if /^local_scan() returned 0 NULL$/;
+    next if /^calling local_scan\(\); timeout=300$/;
+    next if /^local_scan\(\) returned 0 NULL$/;


     # Platform differences in errno strings
     s/  SMTP\(Operation timed out\)<</  SMTP(Connection timed out)<</;