diff options
Diffstat (limited to 'tests/rm/inaccessible')
-rwxr-xr-x | tests/rm/inaccessible | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/inaccessible b/tests/rm/inaccessible index 2175a7d6b..e00093654 100755 --- a/tests/rm/inaccessible +++ b/tests/rm/inaccessible @@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then rm --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh # Skip this test if your system has neither the openat-style functions # nor /proc/self/fd support with which to emulate them. |