X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-good-block.t;h=d635f213e77f4ec0a80d021ff01ba71dfcdd09ae;hb=aa1ba53f7e77b33463557fef07603e5b0881f56c;hp=7eea4b5793e10c586f065ca5e64c35607312bc49;hpb=0e72be5f3401932cb010b7069470e9ee999ff287;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/21-good-block.t b/t/21-good-block.t index 7eea4b5..d635f21 100644 --- a/t/21-good-block.t +++ b/t/21-good-block.t @@ -6,6 +6,10 @@ use warnings; use Test::More; use lib qw{blib/archpub}; eval { use Test::Valgrind }; -plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@; +if ($@) { + diag $@; + plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind'; +} -1; +plan tests => 1; +fail('bogus failure, don\'t worry');