summaryrefslogtreecommitdiff
path: root/tests/data/test1225
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1225')
-rw-r--r--tests/data/test122510
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1225 b/tests/data/test1225
index 09a1abb79..7e4f39b01 100644
--- a/tests/data/test1225
+++ b/tests/data/test1225
@@ -27,7 +27,7 @@ ftp
FTP fetch two files using absolute paths
</name>
<command>
-ftp://%HOSTIP:%FTPPORT//foo/1225 ftp://%HOSTIP:%FTPPORT//foo/bar/1225
+ftp://%HOSTIP:%FTPPORT//foo/%TESTNUMBER ftp://%HOSTIP:%FTPPORT//foo/bar/%TESTNUMBER
</command>
</client>
@@ -42,14 +42,14 @@ CWD /
CWD foo
EPSV
TYPE I
-SIZE 1225
-RETR 1225
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
CWD /
CWD foo
CWD bar
EPSV
-SIZE 1225
-RETR 1225
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
QUIT
</protocol>
</verify>