Re: [PATCH 3/5] t/t5520: use test_i18ngrep instead of test_cmp

2016-03-29 Thread Eric Sunshine
On Tue, Mar 29, 2016 at 9:29 AM, Mehul Jain wrote: > t/t5520: use test_i18ngrep instead of test_cmp As mentioned for earlier patches, this is too low-level, whereas it should be giving a high-level overview. > test_cmp is used for error checking when test_i18ngrep

[PATCH 3/5] t/t5520: use test_i18ngrep instead of test_cmp

2016-03-29 Thread Mehul Jain
test_cmp is used for error checking when test_i18ngrep could be used. Use test_i18ngrep to check for the valid error. Signed-off-by: Mehul Jain --- t/t5520-pull.sh | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/t/t5520-pull.sh