Hi Junio,

On Thu, 17 Jul 2014, Junio C Hamano wrote:

> Is what is broken on MinGW redirecting arbitrary file descrptors?

IIRC that was exactly the problem.

> diff --git a/t/t0081-line-buffer.sh b/t/t0081-line-buffer.sh
> index bd83ed3..881789a 100755
> --- a/t/t0081-line-buffer.sh
> +++ b/t/t0081-line-buffer.sh
> @@ -34,7 +34,6 @@ test_expect_success 'read from file descriptor' '
>       echo hello >expect &&
>       echo hello >input &&
> -     echo copy 6 |
> -     test-line-buffer "&4" 4<input >actual &&
> +     test-line-buffer "&0" <input >actual &&
>       test_cmp expect actual
>  '

I will test this later, and also try to wrap my head around the details of
the problem.

Thank you so much!
Johannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to