Test for local branches being followed with --track
commit57dac0bfe43a68d55e16def58b8ed305e0676d3f
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 26 Mar 2009 20:53:24 +0000 (26 21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2009 08:08:36 +0000 (27 01:08 -0700)
treec150aadcef8902f1cbbf26140df34027e326ece0
parenteed1fcd76d8893ab687c700e1729faea025ba7a8
Test for local branches being followed with --track

According to the documentation, it is perfectly okay to follow local
branches using the --track option. Introduce a test which checks whether
they behave the same. Currently one test fails.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6040-tracking-info.sh