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