git-svn: quiet down tests and fix some unportable shell constructs
authorEric Wong <normalperson@yhbt.net>
Wed, 27 Dec 2006 00:27:37 +0000 (16:27 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Dec 2006 00:45:19 +0000 (16:45 -0800)
commit39ed7c181b7a8f5e28cffcaca9369e6ebc74a055
treeb688942b94245591afe6824afc921e9124c0f215
parent59f3e254801648322b2d5cd073ca0cc5009aa2de
git-svn: quiet down tests and fix some unportable shell constructs

The latest changes to git-commit have made it more verbose; and
I was running the setup of the tests outside of the test_expect_*,
so errors in those were not caught.  Now we move them to where
they can be eval'ed and have their output trapped.

export var=value has been removed

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t9100-git-svn-basic.sh