X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-chown.h;h=85cbb5afc930d48a39624351c76de3b90b20990d;hb=12597d104c0c1d6368eed9a9f1ebacd03f99542e;hp=c99ffc1d055eed6118481b46afd7ae70f2157f9a;hpb=5e29a7a095a6c960115cf48f5b28278194a0b2ca;p=gnulib.git diff --git a/tests/test-chown.h b/tests/test-chown.h index c99ffc1d0..85cbb5afc 100644 --- a/tests/test-chown.h +++ b/tests/test-chown.h @@ -38,7 +38,7 @@ test_chown (int (*func) (char const *, uid_t, gid_t), bool print) int result; /* Solaris 8 is interesting - if the current process belongs to - multiple groups, the current directory is owned by a a group that + multiple groups, the current directory is owned by a group that the current process belongs to but different than getegid(), and the current directory does not have the S_ISGID bit, then regular files created in the directory belong to the directory's group,