test: remove obsolete TODO comments
The readfile/pipe tests rely on pre-existing pipes in the system. This arguably tests the OS functionality and not really io.js functionality. Removing TODOs. PR-URL: https://github.com/nodejs/io.js/pull/2033 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
This commit is contained in:
parent
bdfeb798ad
commit
776a65ebcd
@ -5,7 +5,6 @@ var path = require('path');
|
||||
|
||||
// simulate `cat readfile.js | node readfile.js`
|
||||
|
||||
// TODO: Have some way to make this work on windows.
|
||||
if (process.platform === 'win32') {
|
||||
console.error('No /dev/stdin on windows. Skipping test.');
|
||||
process.exit();
|
||||
|
@ -4,7 +4,6 @@ var assert = require('assert');
|
||||
|
||||
// simulate `cat readfile.js | node readfile.js`
|
||||
|
||||
// TODO: Have some way to make this work on windows.
|
||||
if (process.platform === 'win32') {
|
||||
console.error('No /dev/stdin on windows. Skipping test.');
|
||||
process.exit();
|
||||
|
@ -5,7 +5,6 @@ var path = require('path');
|
||||
|
||||
// simulate `cat readfile.js | node readfile.js`
|
||||
|
||||
// TODO: Have some way to make this work on windows.
|
||||
if (process.platform === 'win32') {
|
||||
console.error('No /dev/stdin on windows. Skipping test.');
|
||||
process.exit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user