Skip to content

Commit

Permalink
[test] Update test fixture pathing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Dec 23, 2011
1 parent c6072f5 commit 72f4d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ macros.spawn = function (args, options) {
options.topic = function () {
var self = this;

args = [path.join(__dirname, '..', 'bin', 'forever')].concat(args);
args = [path.join(__dirname, '..', '..', 'bin', 'forever')].concat(args);

var child = spawn(process.argv[0], args),
stdout = '',
Expand Down

0 comments on commit 72f4d14

Please sign in to comment.