diff options
Diffstat (limited to 'tests/mv/dir2dir')
-rwxr-xr-x | tests/mv/dir2dir | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/dir2dir b/tests/mv/dir2dir index 41b4c6363..f8361fbff 100755 --- a/tests/mv/dir2dir +++ b/tests/mv/dir2dir @@ -2,7 +2,7 @@ # Ensure that mv prints the right diagnostic for a dir->dir move # where the destination directory is not empty. -# Copyright (C) 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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 mv --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh mkdir -p a/t b/t || framework_failure touch a/t/f || framework_failure |