summaryrefslogtreecommitdiff
path: root/t/op/groups.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/groups.t')
-rwxr-xr-xt/op/groups.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/groups.t b/t/op/groups.t
index 55cf4de4fb..b2e766336b 100755
--- a/t/op/groups.t
+++ b/t/op/groups.t
@@ -1,6 +1,6 @@
#!./perl
-$ENV{PATH} = '/bin:/usr/bin:/usr/ucb:/usr/xpg4/bin';
+$ENV{PATH} = '/usr/xpg4/bin:/bin:/usr/bin:/usr/ucb';
unless (($groups = `(id -Gn || groups) 2>/dev/null`) ne '') {
print "1..0\n";