diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 10:05:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 10:05:10 +0000 |
commit | a5abce798220c83b6d3da474b5eb073358337353 (patch) | |
tree | e7cb28c7be403d28549da4ce4c525a7087746728 /tests/data/test518 | |
parent | de3f22b2886dcec3afc085376bd1758ed8cff539 (diff) |
oops, use the precheck too!
Diffstat (limited to 'tests/data/test518')
-rw-r--r-- | tests/data/test518 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/test518 b/tests/data/test518 index 457691938..025739406 100644 --- a/tests/data/test518 +++ b/tests/data/test518 @@ -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 |