Skip to content

Commit a797b02

Browse files
committed
http tests: Darwin is not that special
We have PidFile definition in the file already, and we have added necessary LoadModule for log_config_module recently. This patch will end up giving LockFile to everybody not just limited to Darwin, but why not? Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d893d6 commit a797b02

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

t/lib-httpd/apache.conf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ServerName dummy
2+
LockFile accept.lock
23
PidFile httpd.pid
34
DocumentRoot www
45
LogFormat "%h %l %u %t \"%r\" %>s %b" common
@@ -8,12 +9,6 @@ ErrorLog error.log
89
LoadModule log_config_module modules/mod_log_config.so
910
</IfModule>
1011

11-
<IfDefine Darwin>
12-
LoadModule log_config_module modules/mod_log_config.so
13-
LockFile accept.lock
14-
PidFile httpd.pid
15-
</IfDefine>
16-
1712
<IfDefine SSL>
1813
LoadModule ssl_module modules/mod_ssl.so
1914

0 commit comments

Comments
 (0)