1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1304
Julien Chaffraix 311bd4c7b1 netrc: Enable setting up the filename in unit tests.
Unset the environment variable so that we can specify different
filenames in the unit test.
2011-02-10 07:38:48 -08:00

31 lines
365 B
Plaintext

<testcase>
<info>
<keywords>
unittest
netrc
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
<name>
netrc parsing unit tests
</name>
<tool>
unit1304
</tool>
<file name="log/netrc">
machine example.com login admin password passwd
machine curl.example.com login none password none
</file>
</client>
</testcase>