summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-03 00:58:25 +0000
committerJim Meyering <jim@meyering.net>1994-11-03 00:58:25 +0000
commit4e253268e1d934531bf4045d53ae90c50356d8e2 (patch)
treedcd90aac80acefc67d2816adbac42ce5129c2f02 /src/test.c
parent21229f21b4bea5dfc27c6934daa3d64e59e67327 (diff)
downloadcoreutils-4e253268e1d934531bf4045d53ae90c50356d8e2.tar.xz
merge with 1.10x1
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.c b/src/test.c
index 1e3c79212..9c4d30a13 100644
--- a/src/test.c
+++ b/src/test.c
@@ -157,8 +157,8 @@ test_stat (path, finfo)
}
/* Do the same thing access(2) does, but use the effective uid and gid,
- and don't make the mistake of telling root that any file is
- executable. */
+ and don't make the mistake of telling root that any file is executable.
+ But this loses when the containing filesystem is mounted e.g. read-only. */
static int
eaccess (path, mode)
char *path;