diff options
-rwxr-xr-x | tests/ls-2/run-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls-2/run-test b/tests/ls-2/run-test index 799c4a3d3..33fd91549 100755 --- a/tests/ls-2/run-test +++ b/tests/ls-2/run-test @@ -10,4 +10,4 @@ case "$PERL" in ;; esac -exec $PERL -w -I$srcdir -MFetish -- $srcdir/quoting +exec $PERL -w -I$srcdir/.. -MFetish -- $srcdir/quoting |