diff options
Diffstat (limited to 'tests/cp/deref-slink')
-rwxr-xr-x | tests/cp/deref-slink | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cp/deref-slink b/tests/cp/deref-slink index d677d4161..dfd287161 100755 --- a/tests/cp/deref-slink +++ b/tests/cp/deref-slink @@ -2,7 +2,7 @@ # Demonstrate bug when using -d with an existing destination file # that is a symlink. -# 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,8 +22,8 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh touch f slink-target || framework_failure ln -s slink-target slink || framework_failure |