diff options
Diffstat (limited to 'tests/mv/leak-fd')
-rwxr-xr-x | tests/mv/leak-fd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/leak-fd b/tests/mv/leak-fd index 7a0a0ba5d..549d25643 100755 --- a/tests/mv/leak-fd +++ b/tests/mv/leak-fd @@ -2,7 +2,7 @@ # Exercise mv's file-descriptor-leak bug, reported against coreutils-5.2.1 # and fixed (properly) on 2004-10-21. -# Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -25,9 +25,9 @@ fi # This test is relatively expensive, and might well evoke a # framework-failure on systems with a smaller command-line length -. $srcdir/../expensive +. $top_srcdir/tests/expensive -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh skip_if_root_ cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_top_srcdir/tests/other-fs-tmpdir" |