diff options
Diffstat (limited to 'tests/mv/update')
-rwxr-xr-x | tests/mv/update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/update b/tests/mv/update index 15c922c06..6fab2ce03 100755 --- a/tests/mv/update +++ b/tests/mv/update @@ -1,7 +1,7 @@ #!/bin/sh # make sure --update works as advertised -# 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,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 echo old > old || framework_failure touch -d yesterday old || framework_failure |