t5570: Update for clone-progress-to-stderr branch
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 21 Oct 2013 17:54:12 +0000 (13:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Oct 2013 18:38:53 +0000 (11:38 -0700)
git clone now reports its progress to standard error, which throws off
t5570. Using test_i18ngrep instead of test_cmp allows the test to be
more flexible by only looking for the expected error and ignoring any
other output from the program.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found