Skip to content

Commit c9704aa

Browse files
Benabikgitster
authored andcommitted
t5550: do not assume the "matching" push is the default
Signed-off-by: Brian Gernhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e2a83b2 commit c9704aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5550-http-fetch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
1313
start_httpd
1414

1515
test_expect_success 'setup repository' '
16+
git config push.default matching &&
1617
echo content1 >file &&
1718
git add file &&
1819
git commit -m one

0 commit comments

Comments
 (0)