]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test3026: add missing control file
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Jun 2022 08:59:11 +0000 (10:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Jun 2022 09:00:02 +0000 (11:00 +0200)
Follow-up from 2ed101256414ea5

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

tests/data/test3026 [new file with mode: 0644]

diff --git a/tests/data/test3026 b/tests/data/test3026
new file mode 100644 (file)
index 0000000..c6b4215
--- /dev/null
@@ -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>