summaryrefslogtreecommitdiff
path: root/test/parallel/test-process-getgroups.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-process-getgroups.js')
-rw-r--r--test/parallel/test-process-getgroups.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/parallel/test-process-getgroups.js b/test/parallel/test-process-getgroups.js
index 952e0d95ef..3479cf7028 100644
--- a/test/parallel/test-process-getgroups.js
+++ b/test/parallel/test-process-getgroups.js
@@ -24,10 +24,9 @@ const common = require('../common');
// Check `id -G` and `process.getgroups()` return same groups.
-if (common.isOSX) {
+if (common.isOSX)
common.skip('Output of `id -G` is unreliable on Darwin.');
- return;
-}
+
const assert = require('assert');
const exec = require('child_process').exec;