Fix typo in test
This commit is contained in:
parent
46d94eedab
commit
7eb145b6be
|
@ -58,7 +58,7 @@ process.features;
|
|||
testThrow(function() { process.getgid(); } );
|
||||
|
||||
// requires process permission
|
||||
if (exports.platform !== 'win32') {
|
||||
if (process.platform !== 'win32') {
|
||||
testThrow(function() { process.getgroups(); } );
|
||||
// requires process permission
|
||||
testThrow(function() { process.initgroups(999, 999); } );
|
||||
|
|
Loading…
Reference in New Issue