X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=tests%2Ftest-lchown.h;h=197e30bf738d293cc64c579028413c488d6557d5;hb=bfe5b0dfd062fb9ffbc61b27a0d750c41abc1a8e;hp=26f80f79118321dd7c614d329b76e498ddd20faf;hpb=c7362ef0beb434d7a3063b5a7ac7b956988dc435;p=gnulib.git diff --git a/tests/test-lchown.h b/tests/test-lchown.h index 26f80f791..197e30bf7 100644 --- a/tests/test-lchown.h +++ b/tests/test-lchown.h @@ -1,5 +1,5 @@ /* Tests of lchown. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ test_lchown (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,