t5570: Update for clone-progress-to-stderr branch
commit360a3261a471ee59760b0743bbb27d3a60849ae2
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 21 Oct 2013 17:54:12 +0000 (21 13:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Oct 2013 18:38:53 +0000 (22 11:38 -0700)
tree718ef771c1cd7cd72fe4ce282e84c8bd1c06559f
parentc4125fccb4c310b440ef6b0d4ed3c8cb651e1afa
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