fetch-pack: fix deepen shallow over smart http with no-done cap
[gitweb.git] / t / t5531-deep-submodule-push.sh
index 1947c28c6466d46c79c7b1b093488c1620324172..445bb5fe26a4d8edc29223b1216625d484cd01bf 100755 (executable)
@@ -12,10 +12,12 @@ test_expect_success setup '
        (
                cd work &&
                git init &&
+               git config push.default matching &&
                mkdir -p gar/bage &&
                (
                        cd gar/bage &&
                        git init &&
+                       git config push.default matching &&
                        >junk &&
                        git add junk &&
                        git commit -m "Initial junk"