mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
oops, use the precheck too!
This commit is contained in:
parent
de3f22b288
commit
a5abce7982
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Server-side
|
||||
<reply name="1">
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
|
|
@ -29,6 +29,11 @@ getrlimit
|
|||
<tool>
|
||||
lib518
|
||||
</tool>
|
||||
# precheck is a command line to run before the test, to see if we can execute
|
||||
# the test or not
|
||||
<precheck>
|
||||
./libtest/lib518 check
|
||||
</precheck>
|
||||
|
||||
<name>
|
||||
HTTP GET with more than FD_SETSIZE descriptors open
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue