aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-14 22:52:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-14 22:52:08 +0000
commitcd1144dc24dd119ddabd88682e581d183bc90091 (patch)
tree0b41c1ec6834d25e2112909ec1eee5539df1cc6c /tests/runtests.pl
parente9d068b913fd972bda6d1c2366bb1dcd6eb8e31f (diff)
make the ftp server support reply/servercmd, and make SLOWDOWN work, and
update the docs accordingly
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 4c71f1324..221013410 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1067,8 +1067,8 @@ sub singletest {
# if this section exists, we verify upload
my @upload = getpart("verify", "upload");
- # if this section exists, it is FTP server instructions:
- my @ftpservercmd = getpart("server", "instruction");
+ # if this section exists, it might be FTP server instructions:
+ my @ftpservercmd = getpart("reply", "servercmd");
my $CURLOUT="$LOGDIR/curl$testnum.out"; # curl output if not stdout