X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-memory.t;h=6805d9e49fc75f6fe4cc753bf5925bd33a447457;hb=28c424672aa75950b69186b3a7bee3f93b4a580a;hp=02289296783032743373be31ce533f165ae281e2;hpb=8291ef989ac98ee2cb53a6098eed7aa7c3ed0ca8;p=perl%2Fmodules%2Findirect.git 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');