home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!jethro.Corp.Sun.COM!oogoody!tmhoff
- From: tmhoff@oogoody.Corp.Sun.COM (Todd Hoff)
- Newsgroups: comp.lang.perl
- Subject: test failure, please help explain why
- Date: 15 Aug 1992 19:28:03 GMT
- Organization: Sun Microsystems, Inc.
- Lines: 20
- Distribution: world
- Message-ID: <l8qmm3INNoli@jethro.Corp.Sun.COM>
- Reply-To: tmhoff@oogoody.Corp.Sun.COM
- NNTP-Posting-Host: oogoody.corp.sun.com
-
-
- Environment: Sun 4/260, 4.1.1, perl 4.035.
-
- All the tests passed except 1:
- op/groups......group routines not implemented at ./op/groups.t line 11.
- FAILED on test 1
-
- The context around line 11 is:
- $pwgid = $( + 0;
- ($pwgnam) = getgrgid($pwgid);
- @basegroup{$pwgid,$pwgnam} = (1,1);
-
-
- I did a man of getgrgid and it does exist and doesn't seem to take a special
- library to link to. So what's up.
-
- Thanx
-
-
-
-