Skip to content

Commit

Permalink
t5570: do not assume the "matching" push is the default
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brian Gernhardt authored and Junio C Hamano committed Apr 3, 2013
1 parent bd7ac59 commit ac47a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t5570-git-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac47a22

Please sign in to comment.