Skip to content

Commit

Permalink
Fixing a test to get in sync with sdk changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 28, 2011
1 parent 21acf28 commit aff603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require("path");
const self = require("self");

exports.testCWD = function (test) {
let selfPath = path.join(require("url").toFilename(self.data.url("..")));
let selfPath = path.join(require("url").toFilename(self.data.url("")), "..");
let cwd = process.cwd();
test.assertEqual(selfPath, cwd);
}
Expand Down

0 comments on commit aff603a

Please sign in to comment.