summaryrefslogtreecommitdiff
path: root/tests/data/test539
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test539')
-rw-r--r--tests/data/test53910
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test539 b/tests/data/test539
index a69834012..12f04e921 100644
--- a/tests/data/test539
+++ b/tests/data/test539
@@ -37,14 +37,14 @@ ftp
</server>
# tool is what to use instead of 'curl'
<tool>
-lib539
+lib%TESTNUMBER
</tool>
<name>
Two FTP fetches using different CURLOPT_FTP_FILEMETHOD
</name>
<command>
-ftp://%HOSTIP:%FTPPORT/path/to/the/file/539
+ftp://%HOSTIP:%FTPPORT/path/to/the/file/%TESTNUMBER
</command>
</client>
@@ -58,13 +58,13 @@ PWD
CWD path/to/the/file
EPSV
TYPE I
-SIZE 539
-RETR 539
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
SYST
CWD /
EPSV
TYPE A
-LIST path/to/the/file/539.
+LIST path/to/the/file/%TESTNUMBER.
QUIT
</protocol>
</verify>