aboutsummaryrefslogtreecommitdiff
path: root/test/pummel/test-keep-alive.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-keep-alive.js')
-rw-r--r--test/pummel/test-keep-alive.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/pummel/test-keep-alive.js b/test/pummel/test-keep-alive.js
index df5e123087..58af58a253 100644
--- a/test/pummel/test-keep-alive.js
+++ b/test/pummel/test-keep-alive.js
@@ -39,11 +39,9 @@ function runAb(opts, callback) {
args.push(url.format({ hostname: '127.0.0.1', port: common.PORT, protocol: 'http'}));
- var comm = path.join(__dirname, '..', '..', 'tools', 'wrk', 'wrk');
-
//console.log(comm, args.join(' '));
- var child = spawn(comm, args);
+ var child = spawn('wrk', args);
child.stderr.pipe(process.stderr);
child.stdout.setEncoding('utf8');