diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-30 17:05:07 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-30 17:05:07 +0100 |
commit | 317413874c935c8605ae3549e7575e03427b953e (patch) | |
tree | 4c63e4cfdd7d77eca3754d07a2ef3eca5c3572b3 /ChangeLog | |
parent | 9db1c230c4b9178b1f9ab41c47f3615c54b42852 (diff) | |
download | coreutils-317413874c935c8605ae3549e7575e03427b953e.tar.xz |
Avoid a spurious test failure when build directory is set-GID.
* tests/cp/fail-perm: Ensure that '.'s set-GID bit is off.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |