summaryrefslogtreecommitdiff
path: root/test/simple/test-stdout-close-catch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-stdout-close-catch.js')
-rw-r--r--test/simple/test-stdout-close-catch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-stdout-close-catch.js b/test/simple/test-stdout-close-catch.js
index a8373c4047..ab4342b616 100644
--- a/test/simple/test-stdout-close-catch.js
+++ b/test/simple/test-stdout-close-catch.js
@@ -39,7 +39,7 @@ var outputExpect = { 'code': 'EPIPE',
'errno': 'EPIPE',
'syscall': 'write' };
-child.stderr.on('data', function (c) {
+child.stderr.on('data', function(c) {
output += c;
});