diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-14 18:50:56 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-14 19:11:58 +0200 |
commit | e0764550262cabbbb9dc037c59b25a1dc2c015ba (patch) | |
tree | e28bf1a64f14ab3158627096776e9c892ac05bcf | |
parent | e065d97e9463f548d66b3292bd1dfccc29228061 (diff) | |
download | php-git-e0764550262cabbbb9dc037c59b25a1dc2c015ba.tar.gz |
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.
-rw-r--r-- | ext/curl/tests/check_win_config.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |