Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geek committed Sep 30, 2016
1 parent ff3b361 commit 03a5ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-uid-gid.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const assert = require('assert');
const spawn = require('child_process').spawn;

if (process.getuid() === 0) {
common.skip('as this test should not be run as `root`'); // spawn will not throw
common.skip('as this test should not be run as `root`');
return;
}

Expand Down

0 comments on commit 03a5ba9

Please sign in to comment.