X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=t%2F01-import.t;h=9fe04df4ee1a6b15fba5a885fb87d180f8f5e426;hp=d612ed4ff607030258275327f90d2615b35186dc;hb=653bd706f7c17c61e34d98e6fcaed75861b2f7d7;hpb=c966261ac55fcb079dfc1bf42b1152b4bb71bd0b diff --git a/t/01-import.t b/t/01-import.t index d612ed4..9fe04df 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -5,7 +5,10 @@ use warnings; use Test::More (); -BEGIN { *tm_is = \&Test::More::is } +BEGIN { + delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE}; + *tm_is = \&Test::More::is; +} Test::More::plan(tests => 2 * 15); @@ -13,7 +16,6 @@ require Test::Leaner; my @syms = qw< plan - skip_all skip done_testing pass @@ -21,9 +23,10 @@ my @syms = qw< ok is isnt - cmp_ok like unlike + cmp_ok + is_deeply diag note BAIL_OUT