Merge branch 'ab/wildmatch-tests' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:27 +0000 (15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:27 +0000 (15:08 -0800)
commitf999a3d732232377f67e2edf8fa527c41bf924c7
tree7a5557eda29473651ffe5d887481edb17c129151
parent701311e8ea37e3afbafd82fcf57b625b34c01da3
parent8725923b856a8391e56a0b0a3d434fe7002cbcb4
Merge branch 'ab/wildmatch-tests' into next

More tests for wildmatch functions.

* ab/wildmatch-tests:
  wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
  test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
  wildmatch test: create & test files on disk in addition to in-memory
  wildmatch test: perform all tests under all wildmatch() modes
  wildmatch test: use test_must_fail, not ! for test-wildmatch
  wildmatch test: remove dead fnmatch() test code
  wildmatch test: use a paranoia pattern from nul_match()
  wildmatch test: don't try to vertically align our output
  wildmatch test: use more standard shell style
  wildmatch test: indent with tabs, not spaces
t/test-lib.sh