Merge branch 'js/test-lint-pathname'
commit187c80ba93d6c4aa069d7b1bd9dd34f61f9dae2f
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Aug 2016 21:07:48 +0000 (17 14:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Aug 2016 21:07:48 +0000 (17 14:07 -0700)
treed6e37eae62a2a76fdf8ba6f8c0ba7ce8ddae147a
parent3f5ad0a090faaeb6581095ea07c5278d497fcee9
parentc2cafd39bcf88d87fa2f8f0bea125b60ce22a095
Merge branch 'js/test-lint-pathname'

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