test3026: add missing control file

Follow-up from 2ed1012564

Makes the test run, makes 'make dist' work

This single test takes 24-25 seconds on my machine (with valgrind). For
this reason I tag it with a "slow" keyword.

Closes #8976
This commit is contained in:
Daniel Stenberg 2022-06-08 10:59:11 +02:00
parent f317b75c5e
commit 7007324a6a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

44
tests/data/test3026 Normal file
View File

@ -0,0 +1,44 @@
<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
</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>