projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0edfb2
)
op/groups test fails on Linux (groups in /bin)
Tim Bunce [Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)]
(this is the same change as commit
7b7ef14c26e3283cb33eb794bdf774867119ade0
, but as applied)
t/op/groups.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/groups.t
b/t/op/groups.t
index
078689b
..
47aabe3
100755
(executable)
--- a/
t/op/groups.t
+++ b/
t/op/groups.t
@@
-1,6
+1,9
@@
#!./perl
-if (! -x ($groups = '/usr/ucb/groups') && ! -x ($groups = '/usr/bin/groups')) {
+if (! -x ($groups = '/usr/ucb/groups') &&
+ ! -x ($groups = '/usr/bin/groups') &&
+ ! -x ($groups = '/bin/groups')
+) {
print "1..0\n";
exit 0;
}