mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:03:47 +03:00
test suite: use test case specific netrc file names
This commit is contained in:
parent
d52f3eb598
commit
eb44ac0138
9 changed files with 17 additions and 14 deletions
|
|
@ -38,9 +38,9 @@ ftp
|
|||
FTP (optional .netrc; user/no pass) dir list PASV
|
||||
</name>
|
||||
<command>
|
||||
--netrc-optional --netrc-file log/netrc ftp://user2@%HOSTIP:%FTPPORT/
|
||||
--netrc-optional --netrc-file log/netrc131 ftp://user2@%HOSTIP:%FTPPORT/
|
||||
</command>
|
||||
<file name="log/netrc" >
|
||||
<file name="log/netrc131" >
|
||||
# the following two lines were created while testing curl
|
||||
machine %HOSTIP login user1 password passwd1
|
||||
machine %HOSTIP login user2 password passwd2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue