mirror of
https://github.com/curl/curl.git
synced 2026-08-03 18:20:28 +03:00
test926: Corrected unknown user reply from commit 0d735c29f9
The error code should not be sent as data as it isn't passed onto the client as body data, so cannot be compared in the test suite against expected data.
This commit is contained in:
parent
0d735c29f9
commit
8896b56488
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ VRFY
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
550 Unknown user
|
||||
</data>
|
||||
<servercmd>
|
||||
REPLY VRFY 550 Unknown user
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue