mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -9,9 +9,9 @@ VRFY
|
||||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
550 Unknown user
|
||||
</data>
|
||||
<servercmd>
|
||||
REPLY VRFY 550 Unknown user
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user