From 90bc2fe272debe8540a59b9a1e565c43e87e4635 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Apr 2008 23:29:19 +0200 Subject: tests: convert umask-check to a function * tests/test-lib.sh (working_umask_or_skip_): New function, from... * tests/umask-check: ...here. Remove file. * tests/Makefile.am (EXTRA_DIST): Remove umask-check. * tests/mkdir/perm: Use the function rather than sourcing the file. * tests/cp/cp-parents: Likewise. * tests/cp/parent-perm: Likewise. Bruno Haible reported that parent-perm was failing to run umask-check. --- tests/cp/cp-parents | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/cp/cp-parents') diff --git a/tests/cp/cp-parents b/tests/cp/cp-parents index fe62f2b15..5b3913a7f 100755 --- a/tests/cp/cp-parents +++ b/tests/cp/cp-parents @@ -23,9 +23,10 @@ if test "$VERBOSE" = yes; then mv --version fi -. $top_srcdir/tests/umask-check . $top_srcdir/tests/test-lib.sh +working_umask_or_skip_ + # Run the setgid check from the just-created directory. . "$abs_top_srcdir/tests/setgid-check" -- cgit v1.2.3-54-g00ecf