]> granicus.if.org Git - git/commitdiff
Merge branch 'pc/t2027-git-to-pipe-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:02 +0000 (15:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 06:39:02 +0000 (15:39 +0900)
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


Trivial merge