X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10-pure-perl.t;fp=t%2F10-pure-perl.t;h=ed19cf60d6ece28bd711fb403e72a83a002b2758;hb=39bc2d6e65e2e1898be6219299f2e8a09e7a7b1c;hp=54dec9f5fdd331f81f16198670ba0863169a9048;hpb=03073cbe7cf94068a5ee4cebec2472d7cb137169;p=p5sagit%2Fnamespace-clean.git diff --git a/t/10-pure-perl.t b/t/10-pure-perl.t index 54dec9f..ed19cf6 100644 --- a/t/10-pure-perl.t +++ b/t/10-pure-perl.t @@ -17,6 +17,7 @@ BEGIN { $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} = 'PP'; $ENV{PACKAGE_STASH_IMPLEMENTATION} = 'PP'; + plan tests => 13; } use B::Hooks::EndOfScope 0.12; @@ -69,5 +70,3 @@ for my $fn ( bsd_glob("t/*.t") ) { wait; ok (! $?, "Exit $? from: @cmd"); } - -done_testing;