]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/test-avoid-globmatch-with-skip-patterns'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:15:01 +0000 (13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:15:01 +0000 (13:15 -0700)
We broke "GIT_SKIP_TESTS=t?000" to skip certain tests in recent
update, which got fixed.

* jk/test-avoid-globmatch-with-skip-patterns:
  test-lib: avoid accidental globbing in match_pattern_list()


Trivial merge