summaryrefslogtreecommitdiff
path: root/t/t5551-http-fetch.sh
diff options
context:
space:
mode:
authorLibravatar Brian Gernhardt <brian@gernhardtsoftware.com>2013-01-15 21:05:07 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-04-03 10:02:40 -0700
commitbd7ac5990ca77b9a294ffb3bd0b6143b17bb35bd (patch)
tree599561dd8c22569806617ed5293bcfa6cc72ed2e /t/t5551-http-fetch.sh
parentt5550: do not assume the "matching" push is the default (diff)
downloadtgif-bd7ac5990ca77b9a294ffb3bd0b6143b17bb35bd.tar.xz
t5551: 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>
Diffstat (limited to 't/t5551-http-fetch.sh')
-rwxr-xr-xt/t5551-http-fetch.sh1
1 files changed, 1 insertions, 0 deletions
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