Use path.delimiter

This commit is contained in:
Max Brunsfeld
2015-02-09 13:40:07 -08:00
parent ef9ae8e7d7
commit 79d0f296e0

View File

@@ -94,7 +94,7 @@ module.exports = (grunt) ->
opts:
env: _.extend({}, process.env,
ATOM_INTEGRATION_TESTS_ENABLED: true
PATH: [process.env.path, chromedriverPath].join(":")
PATH: [process.env.path, chromedriverPath].join(path.delimiter)
)
else if process.platform is 'win32'