diff options
Diffstat (limited to 'tests/ls/x-option')
-rwxr-xr-x | tests/ls/x-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/x-option b/tests/ls/x-option index eb1a39e20..b47960007 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then ls --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir subdir || framework_failure touch subdir/b || framework_failure |