summaryrefslogtreecommitdiff
path: root/tests/data/test518
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test518')
-rw-r--r--tests/data/test5188
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test518 b/tests/data/test518
index c9db5b7dc..042b6d767 100644
--- a/tests/data/test518
+++ b/tests/data/test518
@@ -35,19 +35,19 @@ getrlimit
</features>
# tool is what to use instead of 'curl'
<tool>
-lib518
+lib%TESTNUMBER
</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
+./libtest/lib%TESTNUMBER check
</precheck>
<name>
HTTP GET with more than FD_SETSIZE descriptors open
</name>
<command>
-http://%HOSTIP:%HTTPPORT/518
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
@@ -55,7 +55,7 @@ http://%HOSTIP:%HTTPPORT/518
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /518 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*