diff options
Diffstat (limited to 'tests/cp/abuse')
-rwxr-xr-x | tests/cp/abuse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cp/abuse b/tests/cp/abuse index 04b10f7f6..f4f215f42 100755 --- a/tests/cp/abuse +++ b/tests/cp/abuse @@ -1,7 +1,7 @@ #!/bin/sh # ensure that cp does not write through a just-copied symlink -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-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,9 +21,9 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../envvar-check -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/envvar-check +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh mkdir a b c || framework_failure ln -s ../t a/1 || framework_failure |