summaryrefslogtreecommitdiff
path: root/tests/data/test541
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test541')
-rw-r--r--tests/data/test54110
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test541 b/tests/data/test541
index 622daa0f8..2dc75f8a4 100644
--- a/tests/data/test541
+++ b/tests/data/test541
@@ -16,16 +16,16 @@ ftp
</server>
# tool is what to use instead of 'curl'
<tool>
-lib541
+lib%TESTNUMBER
</tool>
<name>
FTP upload and upload same file again without rewind
</name>
<command>
-ftp://%HOSTIP:%FTPPORT/541 log/upload541
+ftp://%HOSTIP:%FTPPORT/%TESTNUMBER log/upload%TESTNUMBER
</command>
-<file name="log/upload541">
+<file name="log/upload%TESTNUMBER">
Contents
of
a file
@@ -48,9 +48,9 @@ PASS ftp@example.com
PWD
EPSV
TYPE I
-STOR 541
+STOR %TESTNUMBER
EPSV
-STOR 541
+STOR %TESTNUMBER
QUIT
</protocol>
</verify>