summaryrefslogtreecommitdiff
path: root/test/known_issues
diff options
context:
space:
mode:
Diffstat (limited to 'test/known_issues')
-rw-r--r--test/known_issues/test-cwd-enoent-file.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/known_issues/test-cwd-enoent-file.js b/test/known_issues/test-cwd-enoent-file.js
index 9431919804..b2f59cbca7 100644
--- a/test/known_issues/test-cwd-enoent-file.js
+++ b/test/known_issues/test-cwd-enoent-file.js
@@ -9,7 +9,6 @@ if (common.isSunOS || common.isWindows || common.isAix) {
// The current working directory cannot be removed on these platforms.
// Change this to common.skip() when this is no longer a known issue test.
assert.fail('cannot rmdir current working directory');
- return;
}
const cp = require('child_process');