diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-21 19:48:30 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-21 19:49:40 +0100 |
commit | 31896c21c6ab32f8c897b36ec1507696657121cf (patch) | |
tree | 0ed4d3f763b421c34103662acc12f5de10de2d68 /tests/install/install-C | |
parent | 773a88d33f68e50a2919c8a8310c646a7e5fabc2 (diff) | |
download | coreutils-31896c21c6ab32f8c897b36ec1507696657121cf.tar.xz |
tests: skip new install-C test if working directory is set-gid
* tests/install/install-C: Use setgid-check.
Diffstat (limited to 'tests/install/install-C')
-rwxr-xr-x | tests/install/install-C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install/install-C b/tests/install/install-C index 2cddaff05..3bf0c7beb 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -22,6 +22,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/test-lib.sh +. "$abs_srcdir/setgid-check" mode1=0644 mode2=0755 |