David Phillips fix for test 518 and my extension to make it not run on

systems that can't run it fine.
This commit is contained in:
Daniel Stenberg 2004-11-22 22:26:46 +00:00
parent f84d2b4d36
commit a4e1ac7952
6 changed files with 99 additions and 11 deletions

View file

@ -22,6 +22,9 @@ Funny-head: yesyes
<server>
http
</server>
<features>
getrlimit
</features>
# tool is what to use instead of 'curl'
<tool>
lib518
@ -38,8 +41,11 @@ http://%HOSTIP:%HTTPPORT/518
#
# Verify data after the test has been "shot"
<verify>
# CURLE_FAILED_INIT (2)
<errorcode>
2
</errorcode>
<protocol>
GET /518 HTTP/1.1
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
</protocol>
</verify>