aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-25 12:14:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-25 12:14:24 +0000
commitd9f307623c65601ae5acfea076d2c5bb9e8c608c (patch)
tree174e184b721672d3bf953d3fc2a5ae434cd063ba /tests
parent540f77a627d39a5a4de3b73d36dcbd0cf66afa16 (diff)
use the former logfile name again since the ftp server also uses that...
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
-rw-r--r--tests/server/sws.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index cbf8f1932..4d18268d6 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/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
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 761c2f6c0..501bf077d 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -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"