summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gernhardt <brian@gernhardtsoftware.com>2013-01-15 21:05:06 -0500
committerJunio C Hamano <gitster@pobox.com>2013-04-03 10:02:40 -0700
commitc9704aa7aba9c31a6cb099bb9fa4b7cf8a79d680 (patch)
tree1f4285953b6a0dc0fc8ba00e303b652b04f488a5
parente2a83b21d1aa749766e7823707a85235456a763a (diff)
downloadgit-c9704aa7aba9c31a6cb099bb9fa4b7cf8a79d680.tar.gz
t5550: do not assume the "matching" push is the default
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t5550-http-fetch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh
index 80d20c876b..f7d0f146f0 100755
--- a/t/t5550-http-fetch.sh
+++ b/t/t5550-http-fetch.sh
@@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
start_httpd
test_expect_success 'setup repository' '
+ git config push.default matching &&
echo content1 >file &&
git add file &&
git commit -m one