Merge branch 'pc/t2027-git-to-pipe-cleanup'
commitda4c6007301ec92f835c2a174efa3168a1626301
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:02 +0000 (26 15:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:02 +0000 (26 15:39 +0900)
treef2091d7463a94d40048f1df45f166e2463770be1
parent768c7cb710a970a522320f712f028f17eabc66ed
parent210e5dba0b43db7136d9a054fed55965c8b1a843
Merge branch 'pc/t2027-git-to-pipe-cleanup'

Having a git command on the upstream side of a pipe in a test
script will hide the exit status from the command, which may cause
us to fail to notice a breakage; rewrite tests in a script to avoid
this issue.

* pc/t2027-git-to-pipe-cleanup:
  t2027: avoid using pipes