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