]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Make sure PERL_INDIRECT_PM_DISABLE is not set before running tests
[perl/modules/indirect.git] / t / 40-threads.t
index 0bae40abaa28a962183f05e844e0ee5c346555fe..16af4ca9656a0a72f282e39d71ca33b07961a7e9 100644 (file)
@@ -18,6 +18,7 @@ use threads;
 use Test::More;
 
 BEGIN {
+ delete $ENV{PERL_INDIRECT_PM_DISABLE};
  require indirect;
  if (indirect::I_THREADSAFE()) {
   plan tests => 10 * 2 * (2 + 3);