diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-04-19 16:18:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-24 23:57:55 +0200 |
commit | 047e6aa05cb7c32d497d311c8f28ea4d53470ddd (patch) | |
tree | 5f4a12781352c31b94169c346e3a6a0986b3714d /tests/data/test130 | |
parent | 48be87e5f0bdf307481c44988f7f4123afbb1da7 (diff) | |
download | curl-047e6aa05cb7c32d497d311c8f28ea4d53470ddd.tar.gz |
netrc: add unit tests for 'default' support
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 827b1a0a2..6e6d9c164 100644 --- a/tests/data/test130 +++ b/tests/data/test130 @@ -43,6 +43,7 @@ FTP (optional .netrc; no user/pass) dir list PASV # the following two lines were created while testing curl machine %HOSTIP login user1 password passwd1 machine %HOSTIP login user2 password passwd2 +default login userdef password passwddef </file> </client> |