summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-stdio-inherit.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-stdio-inherit.js')
-rw-r--r--test/parallel/test-child-process-stdio-inherit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-stdio-inherit.js b/test/parallel/test-child-process-stdio-inherit.js
index dfffb70c58..034a077016 100644
--- a/test/parallel/test-child-process-stdio-inherit.js
+++ b/test/parallel/test-child-process-stdio-inherit.js
@@ -51,6 +51,6 @@ function grandparent() {
}
function parent() {
- // should not immediately exit.
+ // Should not immediately exit.
spawn('cat', [], { stdio: 'inherit' });
}