summaryrefslogtreecommitdiff
path: root/lib/User
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-12-30 13:07:55 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-31 14:19:55 +0000
commit27e62af5c3fd1887ccfe9b722e436984a63fabf9 (patch)
tree6bb590f04dc06f1ec1689e65a5015282ac2eed0d /lib/User
parent89294ef0cd3568603056bf166337e802d242e53b (diff)
downloadperl-27e62af5c3fd1887ccfe9b722e436984a63fabf9.tar.gz
Double double test test header header
Message-ID: <20011230230755.GG12840@blackrider> (lib/User/grent, really) p4raw-id: //depot/perl@13979
Diffstat (limited to 'lib/User')
-rw-r--r--lib/User/grent.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/User/grent.t b/lib/User/grent.t
index 6d36dd16c2..8803429bee 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');