diff options
Diffstat (limited to 'tests/data/test1092')
-rw-r--r-- | tests/data/test1092 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1092 b/tests/data/test1092 index b0cdc0d69..1c3c4696f 100644 --- a/tests/data/test1092 +++ b/tests/data/test1092 @@ -36,7 +36,7 @@ proxy FTP with type=i over HTTP proxy </name> <command> -"ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1092;type=i" --use-ascii -x %HOSTIP:%HTTPPORT +"ftp://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER;type=i" --use-ascii -x %HOSTIP:%HTTPPORT </command> </client> @@ -44,7 +44,7 @@ FTP with type=i over HTTP proxy # Verify data after the test has been "shot" <verify> <protocol> -GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1092;type=i HTTP/1.1
+GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER;type=i HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|