Johannes Schindelin <johannes.schinde...@gmx.de> writes:

> +test_expect_success '----path=<path> complains without --textconv/--filters' 
> '

I wonder where this "----path" came from; it wasn't in v2 I queued,
but somehow came back mysteriously.

Will locally amend.

> +     sha1=$(git rev-parse -q --verify HEAD:world.txt) &&
> +     test_must_fail git cat-file --path=hello.txt blob $sha1 >actual 2>err &&
> +     test ! -s actual &&
> +     grep "path.*needs.*filters" err
> +'
> +
>  test_done

Reply via email to