mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
30 lines
401 B
Plaintext
30 lines
401 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
netrc
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
netrc parsing unit tests
|
|
</name>
|
|
<command>
|
|
%LOGDIR/netrc%TESTNUMBER
|
|
</command>
|
|
<file name="%LOGDIR/netrc%TESTNUMBER">
|
|
machine example.com login admin password passwd
|
|
machine curl.example.com login none password none
|
|
</file>
|
|
</client>
|
|
</testcase>
|