tests: avoid failure of install-C test on FreeBSD UFS file system
commite453e720b906a422dbaa7e3a40ee607fe4727912
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 17 Apr 2009 16:10:04 +0000 (17 18:10 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 19 Apr 2009 20:17:08 +0000 (19 22:17 +0200)
tree1b828ee2fc1839a13e648ecfce9ed02c59c22baf
parent51a6c63496b47882dea9e23cbe4f83f6468ecb62
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.
tests/install/install-C