From 4677f733b21e9eba225674d2e8c4a2ad606d467a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 May 2001 12:09:47 +0000 Subject: pid files fixes, ftp server already-running-but-no-control check --- tests/httpserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/httpserver.pl') 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); -- cgit v1.2.3