mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +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
|
|
@ -37,9 +37,9 @@ ftp
|
|||
FTP (compulsory .netrc; ignored user/passwd) dir list PASV
|
||||
</name>
|
||||
<command>
|
||||
-n --netrc-file log/netrc ftp://mary:mark@%HOSTIP:%FTPPORT/
|
||||
-n --netrc-file log/netrc133 ftp://mary:mark@%HOSTIP:%FTPPORT/
|
||||
</command>
|
||||
<file name="log/netrc" >
|
||||
<file name="log/netrc133" >
|
||||
# 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