X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F019_build.t;h=c520f811d20b12c4c4e5c98a47f3493ec3ee2498;hb=ca8e67d622c1a14bee4933ad64b1e465c5d63766;hp=475e4fba4f039665c0987c27027e05e350285ab7;hpb=6cfa1e5e70616fb102915489c02d8347ffa912fb;p=gitmo%2FMouse.git diff --git a/t/030_roles/019_build.t b/t/030_roles/019_build.t index 475e4fb..c520f81 100755 --- a/t/030_roles/019_build.t +++ b/t/030_roles/019_build.t @@ -5,6 +5,7 @@ use Test::More; BEGIN { eval "use Test::Output;"; plan skip_all => "Test::Output is required for this test" if $@; + plan tests => 8; }