curl/tests/data/test3026
Daniel Stenberg 7ade9c50b3
test3026: disable on win32
... as it's not likely to have working pthreads

Closes #8996
2022-06-13 17:51:30 +02:00

46 lines
519 B
Plaintext

<testcase>
<info>
<keywords>
curl_global_init
thread-safe
slow
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
# require the threaded resolver only because it means pthreads might
# be used for it
<features>
threaded-resolver
!win32
</features>
<server>
none
</server>
<name>
curl_global_init thread-safety
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
none
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>