diff options
Diffstat (limited to 'tests/mv/into-self-4')
-rwxr-xr-x | tests/mv/into-self-4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/into-self-4 b/tests/mv/into-self-4 index c43418a1d..39e053d61 100755 --- a/tests/mv/into-self-4 +++ b/tests/mv/into-self-4 @@ -2,7 +2,7 @@ # confirm that `mv symlink symlink' doesn't remove symlink # Based on an example from David Luyer. -# Copyright (C) 2001, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 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,7 +22,7 @@ if test "$VERBOSE" = yes; then mv --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh touch file || framework_failure ln -s file s || framework_failure |