1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00

Possible fix for -g test.

This commit is contained in:
Bart Schaefer 2001-06-09 18:14:58 +00:00
parent 9fbdcb5311
commit af85a561d3
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2001-06-09 Bart Schaefer <schaefer@zsh.org>
* unposted (see 14826): Test/C02cond.ztst: Force group of new
directory created for file-mode tests to be owned by the current
effective group.
* 14827: Src/parse.c, Src/utils.c: Move zwcstat() to parse.c
where it can be wrapped in #ifdef USE_MMAP.

View File

@ -15,6 +15,7 @@
print 'Garbuglio' >nonzerolength
mkdir modish
chgrp $EGID modish
chmod g+xs modish
chmod u+s modish
chmod +t modish