X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F019_build.t;h=1dfc9124a0abdd6cf4dc4c25c796aafe449bb8cb;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=cd973cd13b9bb3e2a046f1638af9b2851cc66758;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/030_roles/019_build.t b/t/030_roles/019_build.t index cd973cd..1dfc912 100644 --- a/t/030_roles/019_build.t +++ b/t/030_roles/019_build.t @@ -5,7 +5,6 @@ use Test::More; BEGIN { eval "use Test::Output;"; plan skip_all => "Test::Output is required for this test" if $@; - plan tests => 8; } # this test script ensures that my idiom of: @@ -78,3 +77,4 @@ do { } } +done_testing;