diff options
Diffstat (limited to 'tests/data/test585')
-rw-r--r-- | tests/data/test585 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test585 b/tests/data/test585 index 64f5567d4..213edef2c 100644 --- a/tests/data/test585 +++ b/tests/data/test585 @@ -43,21 +43,21 @@ http </features> # tool is what to use instead of 'curl' <tool> -lib585 +lib%TESTNUMBER </tool> <name> socket open/close callbacks </name> <command> -http://%HOSTIP:%HTTPPORT/585 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /585 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
|