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