diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-02 14:25:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-03 10:04:16 +0200 |
commit | 58752b78c72ce3cb8a91e353f4be12cbfd535608 (patch) | |
tree | ca5b05bf707e9d306c35f861effb8329d22fa68b /tests/data/test130 | |
parent | a8e1c2e4668db11e1c12ce941d943acd99cc4324 (diff) | |
download | curl-58752b78c72ce3cb8a91e353f4be12cbfd535608.tar.gz |
test130: verify comments in .netrc
Diffstat (limited to 'tests/data/test130')
-rw-r--r-- | tests/data/test130 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test130 b/tests/data/test130 index 6e6d9c164..85892f1ee 100644 --- a/tests/data/test130 +++ b/tests/data/test130 @@ -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 |