diff options
Diffstat (limited to 'tests/ls/x-option')
-rwxr-xr-x | tests/ls/x-option | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ls/x-option b/tests/ls/x-option index 4fb27047c..2153536b3 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -1,7 +1,7 @@ #!/bin/sh # Exercise the -x option. -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-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 ls --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh mkdir subdir || framework_failure touch subdir/b || framework_failure |