win: tests Makefile: fix global path
commit2da36731da695d0a07e2ecb7000c78dcc57e0879
authorAvi Halachmi (:avih) <avihpit@yahoo.com>
Sun, 26 Feb 2017 13:41:22 +0000 (26 15:41 +0200)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>
Sun, 26 Feb 2017 13:41:26 +0000 (26 15:41 +0200)
tree8fd7077c8a31af747fc45f05fa8cbd4ccd6d22a2
parent206829415a0040d8233ee36bb764ebe077d7571b
win: tests Makefile: fix global path

Commit bb93064 changed the path seperator from ':' to ';', which was
likely accidental. While path seperator on Windows is generally ';', the
Makefile clearly expects a posix-y shell, and in such environments the
separator is ':'.

This fixes the test run in MSYS2 and MSYS(1) environments, which got
broken on bb93064 .
tests/Makefile