]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/42-stress.t
Make sure PERL_INDIRECT_PM_DISABLE is not set before running tests
[perl/modules/indirect.git] / t / 42-stress.t
index bb31787c58457d52f1e740e6db4e813598a040d8..cf474a8377c01574dff059508d374d5ce4b68237 100644 (file)
@@ -8,6 +8,8 @@ BEGIN { $count = 1_000 }
 
 use Test::More tests => 2 * $count;
 
+BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} }
+
 for (1 .. $count) {
  my @errs;
  {