From: Michael G. Schwern Date: Sun, 30 Dec 2001 18:07:55 +0000 (-0500) Subject: Double double test test header header X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27e62af5c3fd1887ccfe9b722e436984a63fabf9;p=p5sagit%2Fp5-mst-13.2.git Double double test test header header Message-ID: <20011230230755.GG12840@blackrider> (lib/User/grent, really) p4raw-id: //depot/perl@13979 --- diff --git a/lib/User/grent.t b/lib/User/grent.t index 6d36dd1..8803429 100644 --- a/lib/User/grent.t +++ b/lib/User/grent.t @@ -5,7 +5,7 @@ BEGIN { @INC = '../lib'; } -use Test::More tests => 5; +use Test::More; BEGIN { our $hasgr; @@ -22,6 +22,7 @@ BEGIN { unless (@grent) { plan skip_all => "no gid 0"; } } +plan tests => 5; BEGIN { use_ok('User::grent'); } can_ok(__PACKAGE__, 'getgrgid');