summaryrefslogtreecommitdiff
path: root/tests/cp/link
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/link')
-rwxr-xr-xtests/cp/link4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/link b/tests/cp/link
index 26fabfda7..49cedebc4 100755
--- a/tests/cp/link
+++ b/tests/cp/link
@@ -2,7 +2,7 @@
# Make sure cp --link -f works when the target exists.
# This failed for 4.0z (due to a bug introduced in that test release).
-# Copyright (C) 2000, 2002, 2004, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2002, 2004, 2006-2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
cp --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
touch src || framework_failure
touch dest || framework_failure