diff options
Diffstat (limited to 'tests/rm/r-4')
-rwxr-xr-x | tests/rm/r-4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-4 b/tests/rm/r-4 index 7430273a0..3d2107914 100755 --- a/tests/rm/r-4 +++ b/tests/rm/r-4 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then rm --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir d || framework_failure touch d/a || framework_failure |