diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-15 08:40:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-15 08:40:07 +0000 |
commit | cd6c9654a756b46c141534899156b821350d92df (patch) | |
tree | c24c3888cd48ea9970d6687b885a03a9ed0657ae /lib | |
parent | 6f0dcf97de90cdb68c290a68b6235e98ee375862 (diff) | |
download | perl-cd6c9654a756b46c141534899156b821350d92df.tar.gz |
Integrate from maint:
[ 20719]
no_plan is not a good plan until TEST is fixed.
p4raw-link: @20719 on //depot/maint-5.8/perl: f3abc1d91170e8cb4c427eef94d0b2493522822c
p4raw-id: //depot/perl@20720
p4raw-integrated: from //depot/maint-5.8/perl@20717 'copy in'
lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
(@20718..)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/NEXT/t/actual.t | 2 | ||||
-rw-r--r-- | lib/NEXT/t/actuns.t | 2 | ||||
-rw-r--r-- | lib/NEXT/t/unseen.t | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/NEXT/t/actual.t b/lib/NEXT/t/actual.t index dbd040da26..a3a724ae4a 100644 --- a/lib/NEXT/t/actual.t +++ b/lib/NEXT/t/actual.t @@ -1,4 +1,4 @@ -use Test::More 'no_plan'; +use Test::More tests => 10; BEGIN { if ($ENV{PERL_CORE}) { diff --git a/lib/NEXT/t/actuns.t b/lib/NEXT/t/actuns.t index a99fbe5256..b3da0c69fd 100644 --- a/lib/NEXT/t/actuns.t +++ b/lib/NEXT/t/actuns.t @@ -1,4 +1,4 @@ -use Test::More 'no_plan'; +use Test::More tests => 6; BEGIN { if ($ENV{PERL_CORE}) { diff --git a/lib/NEXT/t/unseen.t b/lib/NEXT/t/unseen.t index 1304ad67b5..5166816280 100644 --- a/lib/NEXT/t/unseen.t +++ b/lib/NEXT/t/unseen.t @@ -1,4 +1,4 @@ -use Test::More 'no_plan'; +use Test::More tests => 7; BEGIN { if ($ENV{PERL_CORE}) { |