t5570: Update for clone-progress-to-stderr branch
commitd619cfc7490481652833dff820e04263869c8861
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 21 Oct 2013 17:54:12 +0000 (21 13:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 17:39:42 +0000 (30 10:39 -0700)
tree4b5c22b3b299463fc1305176555c79b482dd9761
parentdcb11cca50992339af744e25ca5d0f94b478d3b9
t5570: Update for clone-progress-to-stderr branch

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>
t/t5570-git-daemon.sh