use the former logfile name again since the ftp server also uses that...

This commit is contained in:
Daniel Stenberg
2002-02-25 12:14:24 +00:00
parent 540f77a627
commit d9f307623c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ my $FTPSPORT=8821; # this is the FTPS server port
my $CURL="../src/curl"; # what curl executable to run on the tests
my $LOGDIR="log";
my $TESTDIR="data";
my $SERVERIN="$LOGDIR/http-request.dump"; # what curl sent the server
my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here