diff options
Diffstat (limited to 'tests/touch/not-owner')
-rwxr-xr-x | tests/touch/not-owner | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner index 3f133f1e3..d041531c5 100755 --- a/tests/touch/not-owner +++ b/tests/touch/not-owner @@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then touch --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh if env -- test -w /; then skip_test_ you have write access to /. |