Fix t3200 config
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 18 Mar 2008 02:04:40 +0000 (22:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Mar 2008 05:18:57 +0000 (22:18 -0700)
"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>
No differences found