git-fetch test: test tracking fetch results, not just FETCH_HEAD
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2008 08:17:07 +0000 (01:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2008 08:29:54 +0000 (01:29 -0700)
We really should have done this long time ago. Existing t5515 test
was written for the specific purpose of catching regression to the
contents of generated FETCH_HEAD file, but it also is a good place
to make sure various fetch configurations do fetch what they intend
to fetch (and nothing else).

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