diff options
Diffstat (limited to 'tests/mv/hard-2')
-rwxr-xr-x | tests/mv/hard-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/hard-2 b/tests/mv/hard-2 index 7833e43f7..7813f8a95 100755 --- a/tests/mv/hard-2 +++ b/tests/mv/hard-2 @@ -2,7 +2,7 @@ # Ensure that moving hard-linked arguments onto existing destinations works. # Likewise when using cp --preserve=link. -# Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 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 @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh skip_if_root_ mkdir dst || framework_failure |