diff options
Diffstat (limited to 'tests/data/test1152')
-rw-r--r-- | tests/data/test1152 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1152 b/tests/data/test1152 index aa8c0a7e4..870215d9f 100644 --- a/tests/data/test1152 +++ b/tests/data/test1152 @@ -40,7 +40,7 @@ ftp FTP with uneven quote in PWD response </name> <command> -ftp://%HOSTIP:%FTPPORT/test-1152/ +ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/ </command> </client> @@ -51,7 +51,7 @@ ftp://%HOSTIP:%FTPPORT/test-1152/ USER anonymous
PASS ftp@example.com
PWD
-CWD test-1152
+CWD test-%TESTNUMBER
EPSV
TYPE A
LIST
|