diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-14 22:52:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-14 22:52:08 +0000 |
commit | cd1144dc24dd119ddabd88682e581d183bc90091 (patch) | |
tree | 0b41c1ec6834d25e2112909ec1eee5539df1cc6c /tests/runtests.pl | |
parent | e9d068b913fd972bda6d1c2366bb1dcd6eb8e31f (diff) | |
download | curl-cd1144dc24dd119ddabd88682e581d183bc90091.tar.gz |
make the ftp server support reply/servercmd, and make SLOWDOWN work, and
update the docs accordingly
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 4 |
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 |