The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-stdin-from-file.js @ 6f043940

History | View | Annotate | Download (2.84 KB)

# Date Author Comment
e796e110 01/30/2014 12:26 PM Fedor Indutny

node: do not ever close stdio

Even if stdio streams are opened as file streams, we should not ever try
to close them. This could be accomplished by passing `autoClose: false`
in options on their creation.

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

5ad93ab5 01/25/2011 03:56 PM Carter Allen

Fix tests when spaces are in path

0ce9cbab 12/05/2010 12:28 PM Oleg Efimov

GJSLint continue

92789b16 12/04/2010 07:36 PM Ryan Dahl

Fix global leaks

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

fe89caba 06/10/2010 06:17 PM Ryan Dahl

Improve fs.write tests

c143cba5 04/27/2010 09:02 PM Felix Geisendörfer

Get rid of coupling for stdin