t5570: 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
bd7ac5990c
commit
ac47a22a7a
@ -8,6 +8,7 @@ LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570}
|
||||
start_git_daemon
|
||||
|
||||
test_expect_success 'setup repository' '
|
||||
git config push.default matching &&
|
||||
echo content >file &&
|
||||
git add file &&
|
||||
git commit -m one
|
||||
|
Loading…
Reference in New Issue
Block a user