From e453e720b906a422dbaa7e3a40ee607fe4727912 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 17 Apr 2009 18:10:04 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3