diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-09 18:14:58 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-09 18:14:58 +0000 |
commit | af85a561d325b1b828867651b2e8089b0a27ac6a (patch) | |
tree | 849dd8b5f2a5b48635712647c26185d9a00e1d17 /Test/C02cond.ztst | |
parent | 9fbdcb53116f34d9ac8da1ee1548af20581183aa (diff) | |
download | zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.tar.gz zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.tar.xz zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.zip |
Possible fix for -g test.
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r-- | Test/C02cond.ztst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index f4607b774..fd9f1205b 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -15,6 +15,7 @@ print 'Garbuglio' >nonzerolength mkdir modish + chgrp $EGID modish chmod g+xs modish chmod u+s modish chmod +t modish |