op/groups test fails on Linux (groups in /bin)
authorJan D <jan.djarv@mbox200.swipnet.se>
Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)
commit7b7ef14c26e3283cb33eb794bdf774867119ade0
treee689c380e2c5c9557cb961a4acbf8d3e370c7ae2
parenta0edfb28dc9357a0d935edd85adcb8676114250e
op/groups test fails on Linux (groups in /bin)

The test op/groups checks for groups in /usr/bin and /usr/ucb.
This fails on some Linux distributions that has groups in /bin.

A better test would be to just run groups (take whatever is in the
path) and see if it outputs a list that includes the current
group.  Possibly you could prepend /bin:/usr/bin:/usr/ucb to the
current path.  Something like this.

p5p-msgid: 199705191120.NAA08130@ostrich.gaia.swipnet.se
t/op/groups.t