--- glue/perl/t/TEST.PL 2003-10-28 00:38:27.000000000 -0500 +++ glue/perl/t/TEST.PL.mine 2004-07-02 17:53:36.044657320 -0400 @@ -31,4 +31,7 @@ sub configure_modperl { $cfg->preamble(IfModule => '!mod_apreq.c', qq(LoadModule apreq_module "$env_dir_libs/mod_apreq.so"\n)); $self->SUPER::configure_modperl(); + system " sed -e 's/\\\/var\\\/run\\\/// + s/\\\/etc\\\/apache2\\\/mime.types/\\\/etc\\\/apache2\\\/conf\\\/mime.types + /' -i conf/apache_test_config.pm"; }