diff options
Diffstat (limited to 'tests/data/test564')
-rw-r--r-- | tests/data/test564 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test564 b/tests/data/test564 index 3078e2d08..3d866f283 100644 --- a/tests/data/test564 +++ b/tests/data/test564 @@ -30,13 +30,13 @@ ftp socks4 </server> <tool> -lib564 +lib%TESTNUMBER </tool> <name> FTP RETR a file over a SOCKS proxy using the multi interface </name> <command> -ftp://%HOSTIP:%FTPPORT/path/564 %HOSTIP:%SOCKSPORT +ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER %HOSTIP:%SOCKSPORT </command> <features> proxy @@ -52,8 +52,8 @@ PWD CWD path
EPSV
TYPE I
-SIZE 564
-RETR 564
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
QUIT
</protocol> <stdout> |