diff options
Diffstat (limited to 'tests/touch/now-owned-by-other')
-rwxr-xr-x | tests/touch/now-owned-by-other | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/now-owned-by-other b/tests/touch/now-owned-by-other index d4e01dd27..7aaa4f3a0 100755 --- a/tests/touch/now-owned-by-other +++ b/tests/touch/now-owned-by-other @@ -21,8 +21,8 @@ if test "$VERBOSE" = yes; then touch --version fi -. $srcdir/../envvar-check -. $srcdir/../test-lib.sh +. $top_srcdir/tests/envvar-check +. $top_srcdir/tests/test-lib.sh require_root_ group_num=$(id -g $NON_ROOT_USERNAME) |