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>
maint
Brian Gernhardt 2013-01-15 21:05:07 -05:00 committed by Junio C Hamano
parent c9704aa7ab
commit bd7ac5990c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5551'}
start_httpd start_httpd


test_expect_success 'setup repository' ' test_expect_success 'setup repository' '
git config push.default matching &&
echo content >file && echo content >file &&
git add file && git add file &&
git commit -m one git commit -m one