diff options
Diffstat (limited to 'tests/data/test210')
-rw-r--r-- | tests/data/test210 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test210 b/tests/data/test210 index c6fb70309..170316425 100644 --- a/tests/data/test210 +++ b/tests/data/test210 @@ -23,7 +23,7 @@ ftp Get two FTP files from the same remote dir: no second CWD </name> <command option="no-include"> -ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210 +ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER </command> <stdout> data blobb @@ -41,11 +41,11 @@ CWD a CWD path
EPSV
TYPE I
-SIZE 210
-RETR 210
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
EPSV
-SIZE 210
-RETR 210
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
QUIT
</protocol> </verify> |