Skip to content

Commit bd7ac59

Browse files
Benabikgitster
authored andcommitted
t5551: 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 c9704aa commit bd7ac59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5551-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-'5551'}
1313
start_httpd
1414

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

0 commit comments

Comments
 (0)