diff options
Diffstat (limited to 'tests/data/test1907')
-rw-r--r-- | tests/data/test1907 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1907 b/tests/data/test1907 index a26cb6f7f..8536addde 100644 --- a/tests/data/test1907 +++ b/tests/data/test1907 @@ -27,24 +27,24 @@ http CURLINFO_EFFECTIVE_URL with non-scheme URL </name> <tool> -lib1907 +lib%TESTNUMBER </tool> <command> -%HOSTIP:%HTTPPORT/hello/../1907 +%HOSTIP:%HTTPPORT/hello/../%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /1907 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol> <stdout> -Effective URL: http://%HOSTIP:%HTTPPORT/1907 +Effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER </stdout> </verify> </testcase> |