1<testcase> 2<info> 3<keywords> 4curl_global_init 5thread-safe 6slow 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13</reply> 14 15# 16# Client-side 17<client> 18# require the threaded resolver only because it means pthreads might 19# be used for it 20<features> 21threadsafe 22threaded-resolver 23</features> 24<server> 25none 26</server> 27<name> 28curl_global_init thread-safety 29</name> 30<tool> 31lib%TESTNUMBER 32</tool> 33<command> 34none 35</command> 36</client> 37 38# 39# Verify data after the test has been "shot" 40<verify> 41<errorcode> 420 43</errorcode> 44</verify> 45</testcase> 46