Testsuite: missing stdout file
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Oct 2020 16:16:37 +0000 (17:16 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Oct 2020 19:56:06 +0000 (20:56 +0100)
Testsuite: library version variances

Broken-by: 6a9cf7f890
test/runtest
test/stdout/1102 [new file with mode: 0644]

index 37ed03b00f385be34cd84861d6eb51b99f9a15ad..26a40471372a758c07c83d6899cfbd7f60903df9 100755 (executable)
@@ -1072,7 +1072,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /^TLS: preloading DH params for server/;
     next if /^Diffie-Hellman initialized from default/;
     next if /^TLS: preloading ECDH curve for server/;
-    next if /^ECDH OpenSSL [\d.+]+ temp key parameter settings: default selection$/;
+    next if /^ECDH OpenSSL [\d.+]+ temp key parameter settings:/;
     next if /^watch dir/;
 
     # TLS preload
diff --git a/test/stdout/1102 b/test/stdout/1102
new file mode 100644 (file)
index 0000000..0e9c0b3
--- /dev/null
@@ -0,0 +1,44 @@
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> EHLO rhu.barb
+????250
+>>> STARTTLS
+??? 220
+<<< 220 TLS go ahead
+Attempting to start TLS
+Succeeded in starting TLS
+>>> EHLO rhu.barb
+????250
+>>> MAIL FROM:<>
+>>> RCPT TO:test@example.com
+??? 250
+<<< 250 OK
+??? 250
+<<< 250 Accepted
+>>> QUIT
+??? 221
+<<< 221 myhost.test.ex closing connection
+End of script
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> EHLO rhu.barb
+????250
+>>> STARTTLS
+??? 220
+<<< 220 TLS go ahead
+Attempting to start TLS
+Succeeded in starting TLS
+>>> EHLO rhu.barb
+????250
+>>> MAIL FROM:<>
+>>> RCPT TO:test@example.com
+??? 250
+<<< 250 OK
+??? 250
+<<< 250 Accepted
+>>> QUIT
+??? 221
+<<< 221 myhost.test.ex closing connection
+End of script