tests: use %b64[] instead of "raw" base64

Closes #21313
This commit is contained in:
Daniel Stenberg 2026-04-14 09:24:14 +02:00
parent 188c2f166a
commit 0567e72168
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@ RFC5034
<servercmd>
AUTH PLAIN
REPLY AUTH +
REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= -ERR Not authorized
REPLY %b64[ursel%00kurt%00xipj3plmq]b64% -ERR Not authorized
</servercmd>
</reply>
@ -44,7 +44,7 @@ pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u kurt:xipj3plmq --sasl-authzid ursel
<protocol crlf="yes">
CAPA
AUTH PLAIN
dXJzZWwAa3VydAB4aXBqM3BsbXE=
%b64[ursel%00kurt%00xipj3plmq]b64%
</protocol>
</verify>
</testcase>