diff options
Diffstat (limited to 'lib/User/grent.t')
-rw-r--r-- | lib/User/grent.t | 3 |
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'); |