Skip to content

Commit

Permalink
Use hipache script instead of invoking node
Browse files Browse the repository at this point in the history
... hence honor gc settings
  • Loading branch information
dmp42 committed Apr 14, 2014
1 parent 04bf3ff commit e249e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/servers/hipache.js
Expand Up @@ -9,7 +9,7 @@
var util = require('util');

var Hipache = function () {
Generic.apply(this, ['node', ['bin/hipache', '-c']]);
Generic.apply(this, ['./bin/hipache', ['-c']]);
};

util.inherits(Hipache, Generic);
Expand Down

0 comments on commit e249e81

Please sign in to comment.