Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test130
index 6e6d9c1..097f750 100644 (file)
@@ -41,6 +41,7 @@ FTP (optional .netrc; no user/pass) dir list PASV
 </command>
 <file name="log/netrc130" >
 # the following two lines were created while testing curl
+# machine %HOSTIP login user1 password commented
 machine %HOSTIP login user1 password passwd1
 machine %HOSTIP login user2 password passwd2
 default login userdef password passwddef
@@ -51,13 +52,13 @@ default login userdef password passwddef
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-USER user1\r
-PASS passwd1\r
-PWD\r
-EPSV\r
-TYPE A\r
-LIST\r
-QUIT\r
+USER user1
+PASS passwd1
+PWD
+EPSV
+TYPE A
+LIST
+QUIT
 </protocol>
 </verify>
 </testcase>