From: Johannes Schindelin Date: Wed, 11 Mar 2009 11:47:06 +0000 (+0100) Subject: test: do not LoadModule log_config_module unconditionally X-Git-Tag: v1.6.3-rc0~177 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d59ceed9d1e4f8f0dc52cebf55219d6d395c9da;p=git.git test: do not LoadModule log_config_module unconditionally LoadModule directive for log_config_module will not work if the module is built-in. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index a0d4077ee..f460e4041 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -4,7 +4,9 @@ DocumentRoot www LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog access.log common ErrorLog error.log -LoadModule log_config_module modules/mod_log_config.so + + LoadModule log_config_module modules/mod_log_config.so + LoadModule log_config_module modules/mod_log_config.so