test: re-enable simple/test-setproctitle on darwin
The functionality is available again per joyent/libuv@14eb8b0 and joyent/libuv@e89aced. Fixes #3687.
This commit is contained in:
parent
de9ee2a483
commit
8df893c62e
@ -22,7 +22,7 @@
|
||||
// Original test written by Jakub Lekstan <kuebzky@gmail.com>
|
||||
|
||||
// FIXME add sunos support
|
||||
if ('linux freebsd'.indexOf(process.platform) === -1) {
|
||||
if ('linux freebsd darwin'.indexOf(process.platform) === -1) {
|
||||
console.error('Skipping test, platform not supported.');
|
||||
process.exit();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user