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>
This commit is contained in:
parent
e2a83b21d1
commit
c9704aa7ab
@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
|
|||||||
start_httpd
|
start_httpd
|
||||||
|
|
||||||
test_expect_success 'setup repository' '
|
test_expect_success 'setup repository' '
|
||||||
|
git config push.default matching &&
|
||||||
echo content1 >file &&
|
echo content1 >file &&
|
||||||
git add file &&
|
git add file &&
|
||||||
git commit -m one
|
git commit -m one
|
||||||
|
Loading…
Reference in New Issue
Block a user