diff options
Diffstat (limited to 'tests/data/test511')
-rw-r--r-- | tests/data/test511 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test511 b/tests/data/test511 index 1a251fd89..994907a9b 100644 --- a/tests/data/test511 +++ b/tests/data/test511 @@ -21,14 +21,14 @@ ftp </server> # tool is what to use instead of 'curl' <tool> -lib511 +lib%TESTNUMBER </tool> <name> FTP with FILETIME and NOBODY but missing file </name> <command> -ftp://%HOSTIP:%FTPPORT/511 +ftp://%HOSTIP:%FTPPORT/%TESTNUMBER </command> </client> @@ -43,7 +43,7 @@ ftp://%HOSTIP:%FTPPORT/511 USER anonymous
PASS ftp@example.com
PWD
-MDTM 511
+MDTM %TESTNUMBER
QUIT
</protocol> </verify> |