diff options
author | David Golden <dagolden@cpan.org> | 2010-07-20 04:04:26 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-20 04:04:26 -0400 |
commit | 5e515724d0580d976a17b04531ee4684008eaae4 (patch) | |
tree | 0146564d150327648e72597e8f2b8818f9f5a944 /t | |
parent | 67c865800ec6e376afe38356f9b75d7805dc7203 (diff) | |
download | perl-5e515724d0580d976a17b04531ee4684008eaae4.tar.gz |
don't use Test::More in dual-life.t
Diffstat (limited to 't')
-rw-r--r-- | t/porting/dual-life.t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/porting/dual-life.t b/t/porting/dual-life.t index cf53d9aa0c..6165992393 100644 --- a/t/porting/dual-life.t +++ b/t/porting/dual-life.t @@ -6,10 +6,13 @@ use strict; # # * Are all dual-life programs being generated in utils/? +require './test.pl'; + +plan('no_plan'); + use File::Basename; use File::Find; use File::Spec::Functions; -use Test::More; END { done_testing } # Exceptions are found in dual-life bin dirs but aren't # installed by default |