home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / perl / 5331 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  846 b 

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!jethro.Corp.Sun.COM!oogoody!tmhoff
  2. From: tmhoff@oogoody.Corp.Sun.COM (Todd Hoff)
  3. Newsgroups: comp.lang.perl
  4. Subject: test failure, please help explain why
  5. Date: 15 Aug 1992 19:28:03 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 20
  8. Distribution: world
  9. Message-ID: <l8qmm3INNoli@jethro.Corp.Sun.COM>
  10. Reply-To: tmhoff@oogoody.Corp.Sun.COM
  11. NNTP-Posting-Host: oogoody.corp.sun.com
  12.  
  13.  
  14. Environment: Sun 4/260, 4.1.1, perl 4.035.
  15.  
  16. All the tests passed except 1:
  17.    op/groups......group routines not implemented at ./op/groups.t line 11.
  18.    FAILED on test 1
  19.  
  20. The context around line 11 is:
  21.    $pwgid = $( + 0;
  22.    ($pwgnam) = getgrgid($pwgid);
  23.    @basegroup{$pwgid,$pwgnam} = (1,1);
  24.  
  25.  
  26. I did a man of getgrgid and it does exist and doesn't seem to take a special
  27. library to link to. So what's up.
  28.  
  29. Thanx
  30.  
  31.  
  32.  
  33.