stdout ending test message correction
authorisaacs <i@izs.me>
Fri, 27 Jan 2012 21:42:08 +0000 (13:42 -0800)
committerisaacs <i@izs.me>
Fri, 27 Jan 2012 21:42:49 +0000 (13:42 -0800)
test/simple/test-tty-stdout-end.js

index 7c7f7fe..1fc2790 100644 (file)
@@ -30,7 +30,7 @@ try {
 } catch (e) {
   exceptionCaught = true;
   assert.ok(common.isError(e));
-  assert.equal('process.stdout cannot be closed', e.message);
+  assert.equal('process.stdout cannot be closed.', e.message);
 }
 
 assert.ok(exceptionCaught);