Mingw: verify both ends of the pipe () call
commitc3cb7b6fecd4fe00b002e5a90a7a91f148c50248
authorJose F. Morales <jfmcjf@gmail.com>
Fri, 28 Aug 2015 09:43:37 +0000 (28 09:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 18:11:50 +0000 (28 11:11 -0700)
tree4c71614c6ce720981f0b3e2602b347f7b70cbb4d
parent52f6893d356fd04ba350e5b7dd468b2181844521
Mingw: verify both ends of the pipe () call

The code to open and test the second end of the pipe clearly imitates
the code for the first end. A little too closely, though... Let's fix
the obvious copy-edit bug.

Signed-off-by: Jose F. Morales <jfmcjf@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c