summaryrefslogtreecommitdiff
path: root/tests/cp/link-no-deref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/link-no-deref')
-rwxr-xr-xtests/cp/link-no-deref4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/link-no-deref b/tests/cp/link-no-deref
index 2e955a559..d249b03d8 100755
--- a/tests/cp/link-no-deref
+++ b/tests/cp/link-no-deref
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that cp --link --no-dereference works properly
-# Copyright (C) 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 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
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
cp --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
ln -s no-such-file dangling-slink || framework_failure