mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
71786c0505
This test doesn't link without FTP support after
fc7ab4835b
, which made Curl_fnmatch
unavailable without FTP support.
Closes https://github.com/curl/curl/pull/3565
29 lines
286 B
Plaintext
29 lines
286 B
Plaintext
<testcase>
|
|
<!-- This replaces test 577 -->
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
wildcardmatch
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
ftp
|
|
</features>
|
|
<name>
|
|
internal Curl_fnmatch() testing
|
|
</name>
|
|
<tool>
|
|
unit1307
|
|
</tool>
|
|
</client>
|
|
|
|
</testcase>
|