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/mkdir/perm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/mkdir/perm') diff --git a/tests/mkdir/perm b/tests/mkdir/perm index c6c941765..5e010139d 100755 --- a/tests/mkdir/perm +++ b/tests/mkdir/perm @@ -24,7 +24,8 @@ fi . $top_srcdir/tests/test-lib.sh . "$abs_top_srcdir/tests/setgid-check" -. "$abs_top_srcdir/tests/umask-check" + +working_umask_or_skip_ fail=0 -- cgit v1.2.3-54-g00ecf