test suite: use test case specific netrc file names

This commit is contained in:
Yang Tse
2011-09-05 12:39:50 +02:00
parent d52f3eb598
commit eb44ac0138
9 changed files with 17 additions and 14 deletions

View File

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