Fix t3200 config
commit1d0a694b8ace7b54256c8c40ca23939c8c9b49fd
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 18 Mar 2008 02:04:40 +0000 (17 22:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Mar 2008 05:18:57 +0000 (18 22:18 -0700)
treeb1db8f619f0c22c724935433d4015e19af8318c1
parentef00d150e4f9959bf083adf92419b5053ba11584
Fix t3200 config

"git-config name = value" doesn't do anything most of the time. The
test meant "git-config name value", but that leaves the configuration
such that later tests will be confused, so move it to the end.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh