]> granicus.if.org Git - curl/commitdiff
use the new HTTP server input file
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 01:04:31 +0000 (01:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 01:04:31 +0000 (01:04 +0000)
tests/runtests.pl

index eaa516c2e3d2fbddc544f4d452e3f6be753d50bc..22cc8f873e03d5ba32806db78ea8cef5a952b306 100755 (executable)
@@ -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