diff options
Diffstat (limited to 'tests/cp/abuse')
-rwxr-xr-x | tests/cp/abuse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/abuse b/tests/cp/abuse index 2f6e20f67..d0faba4dd 100755 --- a/tests/cp/abuse +++ b/tests/cp/abuse @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir a b c || framework_failure ln -s ../t a/1 || framework_failure |