Merge branch 'jk/grep-binary-workaround-in-test'
commit316336379cf7937c2ecf122c7197cfe5da6b2061
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:23 +0000 (26 13:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:23 +0000 (26 13:37 -0800)
tree6ff5b954a4c96acc550ab96ecebe0ee60e03db9e
parentc1fa85ff8ceae0e882d19b1548de407994ee4180
parent3b1442d5d23577ed3570023d338cd12298b16867
Merge branch 'jk/grep-binary-workaround-in-test'

Recent versions of GNU grep are pickier when their input contains
arbitrary binary data, which some of our tests uses.  Rewrite the
tests to sidestep the problem.

* jk/grep-binary-workaround-in-test:
  t9200: avoid grep on non-ASCII data
  t8005: avoid grep on non-ASCII data
t/t9200-git-cvsexportcommit.sh