diff options
Diffstat (limited to 'tests/data/test563')
-rw-r--r-- | tests/data/test563 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test563 b/tests/data/test563 index 290087b75..c19b9026a 100644 --- a/tests/data/test563 +++ b/tests/data/test563 @@ -41,7 +41,7 @@ ftp_proxy=http://%HOSTIP:%HTTPPORT/ # note that we need quotes around the URL below to make sure the shell doesn't # treat the semicolon as a separator! <command> -"ftp://%HOSTIP:23456/563;type=A" %FTPPORT +"ftp://%HOSTIP:23456/%TESTNUMBER;type=A" %FTPPORT </command> </client> @@ -49,7 +49,7 @@ ftp_proxy=http://%HOSTIP:%HTTPPORT/ # Verify data after the test has been "shot" <verify> <protocol> -GET ftp://%HOSTIP:%FTPPORT/563;type=A HTTP/1.1
+GET ftp://%HOSTIP:%FTPPORT/%TESTNUMBER;type=A HTTP/1.1
Host: %HOSTIP:%FTPPORT
Accept: */*
Proxy-Connection: Keep-Alive
|