mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
tests: avoid failure of install-C test on FreeBSD UFS file system
* tests/install/install-C: Use 2755 (set-gid), not 1755 (sticky), to test install -C with non-permission mode bits set. At least on FreeBSD with a UFS file system, a non-root user may not set the sticky bit on a non-directory.
This commit is contained in:
committed by
Jim Meyering
parent
51a6c63496
commit
e453e720b9
@@ -26,7 +26,7 @@ skip_if_setgid_
|
||||
|
||||
mode1=0644
|
||||
mode2=0755
|
||||
mode3=1755
|
||||
mode3=2755
|
||||
|
||||
fail=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user