]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/41-memory.t
c07766a234204d78a80b6d75534e03ae3465b6f3 is a better fix for RT #47902 than 4cb0e2cc2...
[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');