From 5e515724d0580d976a17b04531ee4684008eaae4 Mon Sep 17 00:00:00 2001 From: David Golden Date: Tue, 20 Jul 2010 04:04:26 -0400 Subject: don't use Test::More in dual-life.t --- t/porting/dual-life.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/porting') 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 -- cgit v1.2.1