diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-05 12:39:50 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-05 12:39:50 +0200 |
commit | eb44ac013832aab80c3ed90292d7b4f25a8a4d75 (patch) | |
tree | c8d8d8ea4d40ff74d2a3150e127b643f23076be8 /tests/data/test257 | |
parent | d52f3eb598967fe101d7bc50b0fe2bb4d38542dc (diff) | |
download | curl-eb44ac013832aab80c3ed90292d7b4f25a8a4d75.tar.gz |
test suite: use test case specific netrc file names
Diffstat (limited to 'tests/data/test257')
-rw-r--r-- | tests/data/test257 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test257 b/tests/data/test257 index cc3b7f00a..45642d571 100644 --- a/tests/data/test257 +++ b/tests/data/test257 @@ -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> |