]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/80-regressions.t
Make sure PERL_INDIRECT_PM_DISABLE is not set before running tests
[perl/modules/indirect.git] / t / 80-regressions.t
index b9267303da14338f97b9715facf82fa99011ddb6..19a66938aaeb0bfa8ac3ad38048bdd696229d433 100644 (file)
@@ -5,6 +5,8 @@ use warnings;
 
 use Test::More tests => 1;
 
 
 use Test::More tests => 1;
 
+BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} }
+
 sub run_perl {
  my $code = shift;
 
 sub run_perl {
  my $code = shift;