aboutsummaryrefslogtreecommitdiff
path: root/tests/httpserver.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-14 12:09:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-14 12:09:47 +0000
commit4677f733b21e9eba225674d2e8c4a2ad606d467a (patch)
treef15be64552c126243e12e0f9964640e53686649b /tests/httpserver.pl
parente82d2dc6346ed8c687765b681dd22b2f4d8fba14 (diff)
pid files fixes, ftp server already-running-but-no-control check
Diffstat (limited to 'tests/httpserver.pl')
-rwxr-xr-xtests/httpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpserver.pl b/tests/httpserver.pl
index 0180dfb14..7bce3ec10 100755
--- a/tests/httpserver.pl
+++ b/tests/httpserver.pl
@@ -33,7 +33,7 @@ if($verbose) {
print "HTTP server started on port $port\n";
}
-open(PID, ">.server.pid");
+open(PID, ">.http.pid");
print PID $$;
close(PID);