summaryrefslogtreecommitdiff
path: root/test/sequential/test-child-process-fork-getconnections.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-child-process-fork-getconnections.js')
-rw-r--r--test/sequential/test-child-process-fork-getconnections.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-child-process-fork-getconnections.js b/test/sequential/test-child-process-fork-getconnections.js
index 02e60f42e6..4d6b1a25ef 100644
--- a/test/sequential/test-child-process-fork-getconnections.js
+++ b/test/sequential/test-child-process-fork-getconnections.js
@@ -75,7 +75,7 @@ if (process.argv[2] === 'child') {
}
child.once('message', function(m) {
- assert(m.status === 'closed');
+ assert.strictEqual(m.status, 'closed');
server.getConnections(function(err, num) {
closeSockets(i + 1);
});