Skip to content
  • Jeff King's avatar
    t5531: further "matching" fixups · 0b198505
    Jeff King authored and Junio C Hamano's avatar Junio C Hamano committed
    Commit 43eb9202 switched one of the sub-repository in this
    test to matching to prepare for a world where the default
    becomes "simple". However, the main repository needs a
    similar change.
    
    We did not notice any test failure when merged with b2ed944a
    (push: switch default from "matching" to "simple", 2013-01-04)
    because t5531.6 is trying to provoke a failure of "git push"
    due to a submodule check. When combined with b2ed944a
    
     the
    push still fails, but for the wrong reason (because our
    upstream setup does not exist, not because of the submodule).
    
    Signed-off-by: default avatarJeff King <peff@peff.net>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    0b198505