Merge branch 'js/test-lint-pathname' into maint
commit86df11b1a46dd9c3e383b02d21f17d9329aff6e0
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:35:54 +0000 (8 21:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:35:54 +0000 (8 21:35 -0700)
tree6f883f5ba1bc926473f32540bfef29f1e484957e
parent8e7c580e34a95576966516d2a6d45fd2c4c00180
parentc2cafd39bcf88d87fa2f8f0bea125b60ce22a095
Merge branch 'js/test-lint-pathname' into maint

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