diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-06 08:40:31 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-06 08:40:31 +0000 |
commit | fef7a2cf07e9a8dd0329e063462d86e10a5e8d84 (patch) | |
tree | ccdfb1dd98a3b8023e93926298fe0583720cb741 /Test/07cond.ztst | |
parent | 393defe45f1c7a8b47a560326a2299a81d32100a (diff) | |
download | zsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.tar.gz zsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.tar.xz zsh-fef7a2cf07e9a8dd0329e063462d86e10a5e8d84.zip |
zsh-workers/9235
Diffstat (limited to 'Test/07cond.ztst')
-rw-r--r-- | Test/07cond.ztst | 3 |
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 |