Skip to content

Commit 776a65e

Browse files
committed
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: #2033 Reviewed-By: Trevor Norris <[email protected]>
1 parent bdfeb79 commit 776a65e

3 files changed

+0
-3
lines changed

test/parallel/test-fs-readfile-pipe-large.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var path = require('path');
55

66
// simulate `cat readfile.js | node readfile.js`
77

8-
// TODO: Have some way to make this work on windows.
98
if (process.platform === 'win32') {
109
console.error('No /dev/stdin on windows. Skipping test.');
1110
process.exit();

test/parallel/test-fs-readfile-pipe.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var assert = require('assert');
44

55
// simulate `cat readfile.js | node readfile.js`
66

7-
// TODO: Have some way to make this work on windows.
87
if (process.platform === 'win32') {
98
console.error('No /dev/stdin on windows. Skipping test.');
109
process.exit();

test/parallel/test-fs-readfilesync-pipe-large.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var path = require('path');
55

66
// simulate `cat readfile.js | node readfile.js`
77

8-
// TODO: Have some way to make this work on windows.
98
if (process.platform === 'win32') {
109
console.error('No /dev/stdin on windows. Skipping test.');
1110
process.exit();

0 commit comments

Comments
 (0)