t5520: use better test to check stderr output
commit6ddc97c7dc11076be30846c13666e5bc1844629a
authorMehul Jain <mehul.jain2029@gmail.com>
Sat, 2 Apr 2016 17:58:28 +0000 (2 23:28 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2016 18:07:58 +0000 (4 11:07 -0700)
tree74fc83879e3dcc04a71d94a06f245ba196645b66
parenteff960b3afc70cb936dbf133e8c60d397d8069ac
t5520: use better test to check stderr output

Checking stderr output using test_i18ncmp may lead to test failure as
some shells write trace output to stderr when run under 'set -x'.

Use test_i18ngrep instead of test_i18ncmp.

Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5520-pull.sh