UT: Path fixes for windows.

This commit is contained in:
Arthur Britto
2012-11-15 11:30:47 -08:00
parent b08beed974
commit 96dfb90c59
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ Server.prototype.once = function (e, c) {
};
Server.prototype.serverPath = function() {
return "tmp/server/" + this.name;
return path.resolve("tmp/server", this.name);
};
Server.prototype.configPath = function() {