diff options
Diffstat (limited to 'tests/cp/symlink-slash')
-rwxr-xr-x | tests/cp/symlink-slash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cp/symlink-slash b/tests/cp/symlink-slash index 3c13fe95d..1ace67bc6 100755 --- a/tests/cp/symlink-slash +++ b/tests/cp/symlink-slash @@ -2,7 +2,7 @@ # Make sure that cp -dR dereferences a symlink arg if its name is # written with a trailing slash. -# 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 mkdir dir || framework_failure ln -s dir symlink || framework_failure |