1
0
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:
Steve Holme 2013-11-16 20:33:08 +00:00
parent 0d735c29f9
commit 8896b56488

View File

@ -9,9 +9,9 @@ VRFY
#
# Server-side
<reply>
<data>
550 Unknown user
</data>
<servercmd>
REPLY VRFY 550 Unknown user
</servercmd>
</reply>
#