]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/41-memory.t
Make sure PERL_INDIRECT_PM_DISABLE is not set before running tests
[perl/modules/indirect.git] / t / 41-memory.t
index 02289296783032743373be31ce533f165ae281e2..6805d9e49fc75f6fe4cc753bf5925bd33a447457 100644 (file)
@@ -4,5 +4,7 @@ use lib 't/lib';
 
 use Test::More tests => 1;
 
+BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} }
+
 eval "require indirect::Test0::Oooooo::Pppppppp";
 is($@, '', 'memory reallocation to an uncatched optype');