Commit 8896b564 authored by Steve Holme's avatar Steve Holme
Browse files

test926: Corrected unknown user reply from commit 0d735c29

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.
parent 0d735c29
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ VRFY
#
# Server-side
<reply>
<data>
550 Unknown user
</data>
<servercmd>
REPLY VRFY 550 Unknown user
</servercmd>
</reply>

#