diff options
Diffstat (limited to 'tests/rm/r-3')
-rwxr-xr-x | tests/rm/r-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/r-3 b/tests/rm/r-3 index 485832d0b..26355600a 100755 --- a/tests/rm/r-3 +++ b/tests/rm/r-3 @@ -1,7 +1,7 @@ #!/bin/sh # Create and remove a directory with more than 254 files. -# Copyright (C) 1997, 2001-2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 1997, 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 @@ -28,7 +28,7 @@ if test "$VERBOSE" = yes; then rm --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir t || framework_failure cd t || framework_failure |