mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 22:45:03 -05:00
test815/816: Use authentication for both URLs
The improved connection reuse logic would otherwise create a new connection for each one, which isn't supported by the test server, nor expected by the test.
This commit is contained in:
parent
38d582ff54
commit
f82e0edc17
@ -26,7 +26,7 @@ imap
|
|||||||
IMAP STORE - delete message (CUSTOMREQUEST)
|
IMAP STORE - delete message (CUSTOMREQUEST)
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE
|
imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE -u user:secret
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ imap
|
|||||||
IMAP STORE - delete message with confirmation (CUSTOMREQUEST)
|
IMAP STORE - delete message with confirmation (CUSTOMREQUEST)
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE
|
imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE -u user:secret
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user