Skip to content

Commit ac47a22

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5570-git-daemon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570}
88
start_git_daemon
99

1010
test_expect_success 'setup repository' '
11+
git config push.default matching &&
1112
echo content >file &&
1213
git add file &&
1314
git commit -m one

0 commit comments

Comments
 (0)