Merge branch 'jk/http-dumb-namespaces'
[gitweb.git] / t / t5551-http-fetch.sh
index b31019fab7154212bf41ff8e3344e24afd5afb46..b23efbbfd9586670f1eeee114a1335b9dad4d97f 100755 (executable)
@@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5551'}
 start_httpd
 
 test_expect_success 'setup repository' '
+       git config push.default matching &&
        echo content >file &&
        git add file &&
        git commit -m one