]> granicus.if.org Git - curl/commitdiff
use the former logfile name again since the ftp server also uses that...
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Feb 2002 12:14:24 +0000 (12:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Feb 2002 12:14:24 +0000 (12:14 +0000)
tests/runtests.pl
tests/server/sws.c

index cbf8f19325e2e4d90f89f37a7737cad540fb6b95..4d18268d6cc6d1ca54a8c395ad116cd26099dbef 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/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
 
index 761c2f6c09579aaf2d0a34c2898cd0419329fe1a..501bf077db270d16e6dc8543463645a52e626e8d 100644 (file)
@@ -25,7 +25,7 @@ char *spitout(FILE *stream, char *main, char *sub, int *size);
 
 #define VERSION "cURL test suite HTTP server/0.1"
 
-#define REQUEST_DUMP "log/http-request.dump"
+#define REQUEST_DUMP "log/server.input"
 
 #define TEST_DATA_PATH "data/test%d"