Imported Upstream version 7.50.2
[platform/upstream/curl.git] / tests / data / test161
index 0458359..91a3388 100644 (file)
@@ -32,8 +32,8 @@ ftp://%HOSTIP:%FTPPORT/161
 
 # Verify data after the test has been "shot"
 <verify>
-# This gets QUIT sent because CURLE_PARTIAL_FILE does NOT mark the control
-# connection as bad
+# This doesn't send QUIT because of known bug:
+# "7.8 Premature transfer end but healthy control channel"
 <protocol>
 USER anonymous\r
 PASS ftp@example.com\r
@@ -42,8 +42,8 @@ EPSV
 TYPE I\r
 SIZE 161\r
 RETR 161\r
-QUIT\r
 </protocol>
+# CURLE_PARTIAL_FILE = 18
 <errorcode>
 18
 </errorcode>