Merge branch 'ab/wildmatch-tests'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 22:55:44 +0000 (14:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 22:55:44 +0000 (14:55 -0800)
commitbfc817d8a2b676fa36aff80fe57b000ee17d4d2b
tree5abfaa94994e6ec68e3082a6ea2f4254f843ee9f
parent8be8342b4c47df386c6eced39922595d7dfdccc9
parent8725923b856a8391e56a0b0a3d434fe7002cbcb4
Merge branch 'ab/wildmatch-tests'

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