Fix typo in test

This commit is contained in:
jfdenise 2014-01-21 09:47:50 +01:00
parent 46d94eedab
commit 7eb145b6be
1 changed files with 1 additions and 1 deletions

View File

@ -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); } );