netrc: add unit tests for 'default' support

This commit is contained in:
Viktor Szakats
2015-04-19 16:18:16 +02:00
committed by Daniel Stenberg
parent 48be87e5f0
commit 047e6aa05c
3 changed files with 65 additions and 1 deletions

View File

@@ -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>