diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/preserve-gid | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cp/preserve-gid b/tests/cp/preserve-gid index 5b932af60..de6a893a5 100755 --- a/tests/cp/preserve-gid +++ b/tests/cp/preserve-gid @@ -19,6 +19,9 @@ . $srcdir/test-lib.sh require_root_ +# Some of the tests expect a umask that grants group and/or world read access. +working_umask_or_skip_ + # Record primary group number, usually 0. # This is the group ID used when cp (without -p) creates a new file. primary_group_num=$(id -g) |