diff options
Diffstat (limited to 'tests/data/test1350')
-rw-r--r-- | tests/data/test1350 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1350 b/tests/data/test1350 index b7885972c..e9ea522ba 100644 --- a/tests/data/test1350 +++ b/tests/data/test1350 @@ -31,7 +31,7 @@ FTP download, file without C-D inside, using -O -D stdout CURL_TESTDIR=%PWD/log </setenv> <command option="no-output,no-include"> -ftp://%HOSTIP:%FTPPORT/path/file1350 -O -D - +ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D - </command> </client> @@ -44,19 +44,19 @@ PWD CWD path
EPSV
TYPE I
-SIZE file1350
-RETR file1350
+SIZE file%TESTNUMBER
+RETR file%TESTNUMBER
QUIT
</protocol> -<file1 name="log/file1350"> +<file1 name="log/file%TESTNUMBER"> fooo mooo </file1> # The final "221 bye bye baby" response to QUIT will not be recorded # since that is not considered part of this particular transfer! -<file2 name="log/stdout1350"> +<file2 name="log/stdout%TESTNUMBER"> 220- _ _ ____ _
220- ___| | | | _ \| |
220- / __| | | | |_) | |
@@ -69,7 +69,7 @@ mooo 229 Entering Passive Mode (stripped) 200 I modify TYPE as you wanted
213 10
-150 Binary data connection for 1350 () (10 bytes).
+150 Binary data connection for %TESTNUMBER () (10 bytes).
226 File transfer complete
</file2> <stripfile2> |