]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/10-good.t
This is 1.00
[perl/modules/Test-Valgrind.git] / t / 10-good.t
similarity index 65%
rename from t/20-good.t
rename to t/10-good.t
index 059785e7e8045ac265274b57d568532e99dacc5c..2534e5161f2ad4d16336bc8ae769f7804c1c3268 100644 (file)
@@ -4,12 +4,19 @@ use strict;
 use warnings;
 
 use Test::More;
-use lib qw{blib/archpub};
+
+use lib 't/lib';
 eval 'use Test::Valgrind';
 if ($@) {
  diag $@;
  plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind';
 }
 
+{
+ package Test::Valgrind::Test::Fake;
+
+ use base qw/strict/;
+}
+
 plan tests => 1;
-fail('bogus failure, don\'t worry');
+fail 'should not be seen';