summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-history-perm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-history-perm.js')
-rw-r--r--test/parallel/test-repl-history-perm.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-repl-history-perm.js b/test/parallel/test-repl-history-perm.js
index 1a98999c3b..259c96fe8a 100644
--- a/test/parallel/test-repl-history-perm.js
+++ b/test/parallel/test-repl-history-perm.js
@@ -7,7 +7,6 @@ if (common.isWindows) {
common.skip('Win32 uses ACLs for file permissions, ' +
'modes are always 0666 and says nothing about group/other ' +
'read access.');
- return;
}
const assert = require('assert');