Skip to content

Commit 5c7e5b5

Browse files
committed
#224: spec/acceptance/test_spec.js: ':' --> path.delimiter
1 parent bd7c019 commit 5c7e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/test_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var appDir = path.join(appHome, 'app');
1717
before(function(done){
1818
// ensure our "cached" CURL is in the path
1919
process.env._METEORITE_REAL_GIT = which.sync('git');
20-
process.env.PATH = [path.resolve(path.join('spec', 'support', 'bin')), process.env.PATH].join(':');
20+
process.env.PATH = [path.resolve(path.join('spec', 'support', 'bin')), process.env.PATH].join(path.delimiter);
2121
process.env._METEORITE_REAL_CURL = which.sync('curl');
2222
process.env._METEORITE_REAL_METEOR = path.basename(which.sync('meteor'));
2323

0 commit comments

Comments
 (0)