X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F41-memory.t;h=6805d9e49fc75f6fe4cc753bf5925bd33a447457;hp=02289296783032743373be31ce533f165ae281e2;hb=e11d9a3efc1dcc5648202bd7651a982477bbc587;hpb=9e1b933a7cdeed368a062f29cfe995d06416b714 diff --git a/t/41-memory.t b/t/41-memory.t index 0228929..6805d9e 100644 --- a/t/41-memory.t +++ b/t/41-memory.t @@ -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');