Mike Hommey writes:
> Somehow, this test was using:
>
> {
> echo A
> echo B
> } > file
>
> block to feed file contents. This changes those to the form most common
> in git test scripts:
>
> cat >file <<-\EOF
> A
> B
> EOF
>
> Signed-off-by: Mike Hommey
> ---
It is not so strong a pr
Hi Mike,
On Sat, 16 Jul 2016, Mike Hommey wrote:
> Somehow, this test was using:
>
> {
> echo A
> echo B
> } > file
>
> block to feed file contents. This changes those to the form most common
> in git test scripts:
>
> cat >file <<-\EOF
> A
> B
> EOF
>
> Signed-off-by: Mike Hommey
2 matches
Mail list logo