Distinguish branches by more than case in tests.
commit08b984fb5456c23b04c573f9021141ce27af707d
authorBrian Gernhardt <benji@silverinsanity.com>
Fri, 6 Apr 2007 05:42:04 +0000 (6 01:42 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Apr 2007 23:51:46 +0000 (6 16:51 -0700)
tree031d6fa76066019a2fdec28e8c8b943de747e130
parenta925b89cea15c90ccf131a4ec9770ca1323e4a7f
Distinguish branches by more than case in tests.

The renaming without config test changed a branch from q to Q, which
fails on non-case sensitive file systems.  Change the test to use q
and q2.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3200-branch.sh