From e65d0d0525159f963b3b859706dc920bcae0a636 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 27 Mar 2009 09:23:35 +0100 Subject: tests: migrate setgid-check into test-lib.sh * tests/test-lib.sh (skip_if_setgid_): New function. * tests/setgid-check: Remove file. * tests/Makefile.am (EXTRA_DIST): Remove setgid-check. * tests/chmod/c-option: Use the new function rather than sourcing the separate file. * tests/cp/cp-parents: Likewise. * tests/install/install-C: Likewise. * tests/mkdir/parents: Likewise. * tests/mkdir/perm: Likewise. --- tests/install/install-C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/install/install-C') diff --git a/tests/install/install-C b/tests/install/install-C index 3bf0c7beb..9d0ec9016 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/test-lib.sh -. "$abs_srcdir/setgid-check" +skip_if_setgid_ mode1=0644 mode2=0755 -- cgit v1.2.3-54-g00ecf