You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_perl/files/mod_perl-2.0.1-sneak-tmpdir...

12 lines
337 B

--- t/conf/modperl_extra.pl.orig 2005-05-16 18:27:45.000000000 +1000
+++ t/conf/modperl_extra.pl 2005-05-16 18:34:46.000000000 +1000
@@ -136,6 +136,8 @@
sub test_modperl_env {
# see t/response/TestModperl/env.pm
$ENV{MODPERL_EXTRA_PL} = __FILE__;
+ $ENV{TMPDIR} = __FILE__;
+ $ENV{TMPDIR} =~ s,/work/.*,/temp,;
}
1;