curl/tests/data/test3026
Viktor Szakats 2b2d8b7756
tests: delete unused commands
`runtests.pl` defaults to `-` if a command is not set, since
c43ad0f972.

Also:
- drop a stray `</file>`.
- replace a `nothing` with a guaranteed invalid hostname.
  Ref: https://github.com/curl/curl/pull/18263/commits/4334033b43acca9b01ba43e08e611c8654feb84d
- replace unused URLs with `-`.

Closes #18319
2025-08-20 15:31:22 +02:00

42 lines
497 B
Text

<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>
threadsafe
threaded-resolver
</features>
<server>
none
</server>
<name>
curl_global_init thread-safety
</name>
<tool>
lib%TESTNUMBER
</tool>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>