diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 80f540c22..d8af4dcf3 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -610,7 +610,7 @@ static int test_eaccess(char *path, int mode) | |||
610 | return 0; | 610 | return 0; |
611 | 611 | ||
612 | /* Root can execute any file that has any one of the execute | 612 | /* Root can execute any file that has any one of the execute |
613 | bits set. */ | 613 | * bits set. */ |
614 | if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) | 614 | if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) |
615 | return 0; | 615 | return 0; |
616 | } | 616 | } |