diff --git a/test/process-exit.test.js b/test/process-exit.test.js index 85ade83..2b7a621 100644 --- a/test/process-exit.test.js +++ b/test/process-exit.test.js @@ -20,7 +20,7 @@ var nodeVer = process.versions.node.split('.').map(Number); if (nodeVer[0] <= 0 && nodeVer[1] <= 8) { console.warn('skip test (node <= 0.8)'); } else { - test('log with rotating file stream will terminate gracefully', function (t) { + test('log with rotating file stream will terminate', function (t) { exec('node ' +__dirname + '/process-exit.js', {timeout: 1000}, function (err, stdout, stderr) { t.ifError(err);