t5570: do not assume the "matching" push is the default
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Wed, 16 Jan 2013 02:05:08 +0000 (21:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2013 17:02:40 +0000 (10:02 -0700)
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5570-git-daemon.sh
index a3a4e47e1d25379e981373e67124c9efe5c76213..f01edffa3c0babf76593fbd211f6606ff2036c74 100755 (executable)
@@ -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