aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-19 01:04:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-19 01:04:31 +0000
commita8c3431ae95d4a50cc534728df2753a05df762c1 (patch)
tree2f314f9fd242a0b83ea77e7f7a35064db996203b /tests/runtests.pl
parent6fe4a6fa9ab659e33c15f1212aced1a138deb443 (diff)
use the new HTTP server input file
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
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