From 3269104d172bdc0c9ed0a01e6706f1f6e1a2bdda Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 May 2008 15:43:13 +0200 Subject: tests: move "group-names" into test-lib.sh * tests/group-names: Remove file Move contents into ... * tests/test-lib.sh (require_membership_in_two_groups_): ...here. New function. * tests/chgrp/basic: Use the function, not the file. * tests/chgrp/default-no-deref: Likewise. * tests/chgrp/deref: Likewise. * tests/chgrp/no-x: Likewise. * tests/chgrp/posix-H: Likewise. * tests/chgrp/recurse: Likewise. * tests/cp/existing-perm-race: Likewise. * tests/Makefile.am (EXTRA_DIST): Remove group-names. --- tests/cp/existing-perm-race | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/existing-perm-race') diff --git a/tests/cp/existing-perm-race b/tests/cp/existing-perm-race index aa6d7c99a..f2a328723 100755 --- a/tests/cp/existing-perm-race +++ b/tests/cp/existing-perm-race @@ -21,8 +21,8 @@ if test "$VERBOSE" = yes; then cp --version fi -. $top_srcdir/tests/group-names . $top_srcdir/tests/test-lib.sh +require_membership_in_two_groups_ set _ $groups; shift g1=$1 -- cgit v1.2.3-54-g00ecf