mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Avoid a spurious test failure when build directory is set-GID.
* tests/cp/fail-perm: Ensure that '.'s set-GID bit is off.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-11-30 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
Avoid a spurious test failure when build directory is set-GID.
|
||||
* tests/cp/fail-perm: Ensure that '.'s set-GID bit is off.
|
||||
|
||||
Be extra careful to quote $abs_top_builddir-derived names.
|
||||
* tests/misc/ls-misc (shell_quote): New function.
|
||||
Use it to quote file names derived from $abs_top_builddir,
|
||||
|
||||
@@ -25,6 +25,7 @@ fi
|
||||
. $srcdir/../test-lib.sh
|
||||
skip_if_root_
|
||||
|
||||
chmod g-s . || framework_failure
|
||||
mkdir D D/D || framework_failure
|
||||
touch D/a || framework_failure
|
||||
chmod 0 D/a || framework_failure
|
||||
|
||||
Reference in New Issue
Block a user