From: Jarkko Hietaniemi Date: Mon, 31 Dec 2001 14:29:17 +0000 (+0000) Subject: Planning still not right. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18234ead43ea238ac5b13e555771169ae6ed7a65;p=p5sagit%2Fp5-mst-13.2.git Planning still not right. p4raw-id: //depot/perl@13980 --- diff --git a/lib/User/grent.t b/lib/User/grent.t index 8803429..f7eb2c2 100644 --- a/lib/User/grent.t +++ b/lib/User/grent.t @@ -22,9 +22,11 @@ BEGIN { unless (@grent) { plan skip_all => "no gid 0"; } } -plan tests => 5; +BEGIN { + plan tests => 5; + use_ok('User::grent'); +} -BEGIN { use_ok('User::grent'); } can_ok(__PACKAGE__, 'getgrgid'); my $grent = getgrgid 0;