diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-19 01:04:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-19 01:04:31 +0000 |
commit | a8c3431ae95d4a50cc534728df2753a05df762c1 (patch) | |
tree | 2f314f9fd242a0b83ea77e7f7a35064db996203b | |
parent | 6fe4a6fa9ab659e33c15f1212aced1a138deb443 (diff) |
use the new HTTP server input file
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index eaa516c2e..22cc8f873 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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/server.input"; # what curl sent the server +my $SERVERIN="$LOGDIR/http-request.dump"; # what curl sent the server my $CURLLOG="$LOGDIR/curl.log"; # all command lines run my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here |