test suite: use test case specific netrc file names
This commit is contained in:
@@ -71,11 +71,11 @@ http
|
||||
HTTP Location: following with --netrc-optional
|
||||
</name>
|
||||
<command>
|
||||
http://supersite.com/want/257 -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file log/netrc
|
||||
http://supersite.com/want/257 -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file log/netrc257
|
||||
</command>
|
||||
|
||||
# netrc auth for two out of three sites:
|
||||
<file name="log/netrc">
|
||||
<file name="log/netrc257">
|
||||
machine supersite.com login user1 password passwd1
|
||||
machine anotherone.com login user2 password passwd2
|
||||
</file>
|
||||
|
||||
Reference in New Issue
Block a user