diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-27 09:26:03 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-27 09:39:51 +0100 |
commit | e412e5cb495627202d5697cb8fe042b761e2b7d5 (patch) | |
tree | ffcf57bfa27db949ba5f5e6cfaa2c6e83cc2dc3a /tests | |
parent | e65d0d0525159f963b3b859706dc920bcae0a636 (diff) | |
download | coreutils-e412e5cb495627202d5697cb8fe042b761e2b7d5.tar.xz |
tests: avoid spurious test failure in set-GID build dir
* tests/install/install-C-root: Skip this test if in set-gid directory.
Reported by Sven Joachim and C de-Avillez.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/install/install-C-root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install/install-C-root b/tests/install/install-C-root index df2843d21..234ebe790 100755 --- a/tests/install/install-C-root +++ b/tests/install/install-C-root @@ -23,6 +23,7 @@ fi . $srcdir/test-lib.sh require_root_ +skip_if_setgid_ u1=1 u2=2 |