summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-full-response.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-full-response.js')
-rw-r--r--test/parallel/test-http-full-response.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-full-response.js b/test/parallel/test-http-full-response.js
index dc52a5bc2f..4221343209 100644
--- a/test/parallel/test-http-full-response.js
+++ b/test/parallel/test-http-full-response.js
@@ -43,7 +43,7 @@ function runAb(opts, callback) {
exec(command, function(err, stdout, stderr) {
if (err) {
if (/ab|apr/i.test(stderr)) {
- common.skip(`problem spawning \`ab\`.\n${stderr}`);
+ common.printSkipMessage(`problem spawning \`ab\`.\n${stderr}`);
process.reallyExit(0);
}
process.exit();