From e0764550262cabbbb9dc037c59b25a1dc2c015ba Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 14 Oct 2020 18:50:56 +0200 Subject: [PATCH] Adapt test expectation to cURL 7.73.0 cURL 7.73.0 introduced support for the MQTT protocol, so we have to adapt our expectations regarding the supported protocols. --- ext/curl/tests/check_win_config.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/curl/tests/check_win_config.phpt b/ext/curl/tests/check_win_config.phpt index f1c61fbf3b..1809df7337 100644 --- a/ext/curl/tests/check_win_config.phpt +++ b/ext/curl/tests/check_win_config.phpt @@ -48,7 +48,7 @@ PSL => No HTTPS_PROXY => Yes MULTI_SSL => %s BROTLI => %s -Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp +Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, %r(mqtt, )?%rpop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp Host => %s-pc-win32 SSL Version => OpenSSL/%s ZLib Version => %s -- 2.50.1