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