diff options
Diffstat (limited to 'tests/mv/i-5')
| -rwxr-xr-x | tests/mv/i-5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/i-5 b/tests/mv/i-5 index e62d08cfa..4143c838e 100755 --- a/tests/mv/i-5 +++ b/tests/mv/i-5 @@ -1,7 +1,7 @@ #!/bin/sh # Make sure `mv -i dir file' prompts before failing. -# 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 @@ -21,8 +21,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 a || framework_failure touch b || framework_failure |
