From 9f7295fb23727280c2bd60f0924dbf76b5112da7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Mar 2026 18:31:35 +0200 Subject: [PATCH] test445: fix error code, remove SMB use The test should now expect error 7. SMB is now opt-in, so not used in as many builds anymore. Follow-up to a186ecf4bf0c8ebb3a Closes #21160 --- tests/data/test445 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/data/test445 b/tests/data/test445 index 9c2b9126ca..a652cde588 100644 --- a/tests/data/test445 +++ b/tests/data/test445 @@ -35,7 +35,6 @@ pop3 rtsp scp sftp -smb smtp @@ -45,7 +44,7 @@ http-proxy Refuse tunneling protocols through HTTP proxy --x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://wird smtp://send --insecure +-x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files --insecure @@ -53,10 +52,10 @@ Refuse tunneling protocols through HTTP proxy # refused in the CONNECT -56 +7 -Allocations: 1700 +Allocations: 1500