summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-realpath-pipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-realpath-pipe.js')
-rw-r--r--test/parallel/test-fs-realpath-pipe.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-fs-realpath-pipe.js b/test/parallel/test-fs-realpath-pipe.js
index 89bdc08229..0f30b07f0a 100644
--- a/test/parallel/test-fs-realpath-pipe.js
+++ b/test/parallel/test-fs-realpath-pipe.js
@@ -2,10 +2,8 @@
const common = require('../common');
-if (common.isWindows || common.isAix) {
+if (common.isWindows || common.isAix)
common.skip(`No /dev/stdin on ${process.platform}.`);
- return;
-}
const assert = require('assert');