about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-06 08:40:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-06 08:40:31 +0000
commitfef7a2cf07e9a8dd0329e063462d86e10a5e8d84 (patch)
treeccdfb1dd98a3b8023e93926298fe0583720cb741 /Test
parent393defe45f1c7a8b47a560326a2299a81d32100a (diff)
downloadzsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.tar.gz
zsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.tar.xz
zsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.zip
zsh-workers/9235
Diffstat (limited to 'Test')
-rw-r--r--Test/07cond.ztst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Test/07cond.ztst b/Test/07cond.ztst
index 260e60b5e..aba12030b 100644
--- a/Test/07cond.ztst
+++ b/Test/07cond.ztst
@@ -11,6 +11,7 @@
   touch	unmodified
 
   touch zerolength
+  chgrp $EGID zerolength
   print 'Garbuglio' >nonzerolength
 
   mkdir modish
@@ -97,8 +98,6 @@
   [[ -O zerolength ]]
 0:-O cond
 
-# there may be strange cases where this doesn't work, e.g.
-# inherited funny groups for directories via setgid.
   [[ -G zerolength ]]
 0:-G cond