From: Brian Gernhardt Date: Wed, 16 Jan 2013 02:05:08 +0000 (-0500) Subject: t5570: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac47a22a7a3c01d38b39c6896a1965ac0b9c473d;p=thirdparty%2Fgit.git t5570: do not assume the "matching" push is the default Signed-off-by: Brian Gernhardt Signed-off-by: Junio C Hamano --- diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index a3a4e47e1d..f01edffa3c 100755 --- a/t/t5570-git-daemon.sh +++ b/t/t5570-git-daemon.sh @@ -8,6 +8,7 @@ LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570} start_git_daemon test_expect_success 'setup repository' ' + git config push.default matching && echo content >file && git add file && git commit -m one