From: Aurelien Jarno Date: Fri, 17 Apr 2009 16:10:04 +0000 (+0200) Subject: tests: avoid failure of install-C test on FreeBSD UFS file system X-Git-Tag: v7.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e453e720b906a422dbaa7e3a40ee607fe4727912;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/install/install-C b/tests/install/install-C index 9d0ec90161..959bee192d 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