]> granicus.if.org Git - curl/commitdiff
test926: Corrected unknown user reply from commit 0d735c29f92748
authorSteve Holme <steve_holme@hotmail.com>
Sat, 16 Nov 2013 20:33:08 +0000 (20:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 16 Nov 2013 20:33:08 +0000 (20:33 +0000)
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.

tests/data/test926

index 31209df90b696d2fd85340238f0e85ca8c7a3bea..4c4576c894c29c5a22dd3497c3aa4abd330d1fb7 100644 (file)
@@ -9,9 +9,9 @@ VRFY
 #
 # Server-side
 <reply>
-<data>
-550 Unknown user\r
-</data>
+<servercmd>
+REPLY VRFY 550 Unknown user\r
+</servercmd>
 </reply>
 
 #