diff options
Diffstat (limited to 'tests/data/test1906')
-rw-r--r-- | tests/data/test1906 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1906 b/tests/data/test1906 index 68f0ed5d0..c43b0a9be 100644 --- a/tests/data/test1906 +++ b/tests/data/test1906 @@ -27,20 +27,20 @@ http CURLOPT_CURLU and CURLOPT_PORT </name> <tool> -lib1906 +lib%TESTNUMBER </tool> # The tool does two requesets, the first sets CURLOPT_PORT to 1 # the second resets the port again and expects that request to work. <command> -http://%HOSTIP:%HTTPPORT/1906 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /1906 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
|