diff options
Diffstat (limited to 'tests/ls/recursive')
-rwxr-xr-x | tests/ls/recursive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/recursive b/tests/ls/recursive index 8aff3ed7e..d8b159c2e 100755 --- a/tests/ls/recursive +++ b/tests/ls/recursive @@ -2,7 +2,7 @@ # 4.1.1 and 4.1.2 had a bug whereby some recursive listings # didn't include a blank line between per-directory groups of files. -# Copyright (C) 2001, 2002, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 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,7 +22,7 @@ if test "$VERBOSE" = yes; then ls --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir x y a b c a/1 a/2 a/3 || framework_failure touch f a/1/I a/1/II || framework_failure |