OSDN Git Service

Merge branch 'js/test-lint-pathname'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Aug 2016 21:07:48 +0000 (14:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Aug 2016 21:07:48 +0000 (14:07 -0700)
The "t/" hierarchy is prone to get an unusual pathname; "make test"
has been taught to make sure they do not contain paths that cannot
be checked out on Windows (and the mechanism can be reusable to
catch pathnames that are not portable to other platforms as need
arises).

* js/test-lint-pathname:
  t/Makefile: ensure that paths are valid on platforms we care


Trivial merge