Skip to content

Commit

Permalink
Tests should use compiled-in modules not build-dir modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 15, 2010
1 parent 1395cba commit a6f904c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ exports.fixturesDir = path.join(exports.testDir, "fixtures");
exports.libDir = path.join(exports.testDir, "../lib");
exports.PORT = 12346;

require.paths.unshift(exports.libDir);

var sys = require("sys");
for (var i in sys) exports[i] = sys[i];
exports.assert = require('assert');

0 comments on commit a6f904c

Please sign in to comment.