summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2009-04-17 18:10:04 +0200
committerJim Meyering <meyering@redhat.com>2009-04-19 22:17:08 +0200
commite453e720b906a422dbaa7e3a40ee607fe4727912 (patch)
tree1b828ee2fc1839a13e648ecfce9ed02c59c22baf
parent51a6c63496b47882dea9e23cbe4f83f6468ecb62 (diff)
downloadcoreutils-e453e720b906a422dbaa7e3a40ee607fe4727912.tar.xz
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.
-rwxr-xr-xtests/install/install-C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/install-C b/tests/install/install-C
index 9d0ec9016..959bee192 100755
--- a/tests/install/install-C
+++ b/tests/install/install-C
@@ -26,7 +26,7 @@ skip_if_setgid_
mode1=0644
mode2=0755
-mode3=1755
+mode3=2755
fail=0