diff options
Diffstat (limited to 'tests/mkdir')
-rwxr-xr-x | tests/mkdir/parents | 2 | ||||
-rwxr-xr-x | tests/mkdir/perm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mkdir/parents b/tests/mkdir/parents index 72fb05a4b..2aee87e6f 100755 --- a/tests/mkdir/parents +++ b/tests/mkdir/parents @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then fi . $top_srcdir/tests/test-lib.sh -. "$abs_top_srcdir/tests/setgid-check" +. "$abs_srcdir/setgid-check" mkdir -m 700 e-dir || framework_failure diff --git a/tests/mkdir/perm b/tests/mkdir/perm index 5e010139d..6df1d4339 100755 --- a/tests/mkdir/perm +++ b/tests/mkdir/perm @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then fi . $top_srcdir/tests/test-lib.sh -. "$abs_top_srcdir/tests/setgid-check" +. "$abs_srcdir/setgid-check" working_umask_or_skip_ |