diff options
Diffstat (limited to 'tests/data/test1349')
-rw-r--r-- | tests/data/test1349 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/data/test1349 b/tests/data/test1349 index 33906f8a2..10ba0bddc 100644 --- a/tests/data/test1349 +++ b/tests/data/test1349 @@ -31,7 +31,7 @@ FTP download, file without C-D inside, using -O -D file CURL_TESTDIR=%PWD/log </setenv> <command option="no-output,no-include"> -ftp://%HOSTIP:%FTPPORT/path/file1349 -O -D log/heads1349 +ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D log/heads%TESTNUMBER </command> </client> @@ -44,19 +44,19 @@ PWD CWD path
EPSV
TYPE I
-SIZE file1349
-RETR file1349
+SIZE file%TESTNUMBER
+RETR file%TESTNUMBER
QUIT
</protocol> -<file1 name="log/file1349"> +<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/heads1349"> +<file2 name="log/heads%TESTNUMBER"> 220- _ _ ____ _
220- ___| | | | _ \| |
220- / __| | | | |_) | |
@@ -69,14 +69,14 @@ mooo 229 Entering Passive Mode (stripped) 200 I modify TYPE as you wanted
213 10
-150 Binary data connection for 1349 () (10 bytes).
+150 Binary data connection for %TESTNUMBER () (10 bytes).
226 File transfer complete
</file2> <stripfile2> s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/ </stripfile2> -<file3 name="log/stdout1349"> +<file3 name="log/stdout%TESTNUMBER"> </file3> </verify> |