mirror of https://github.com/nodejs/node.git
test: re-enable simple/test-setproctitle on darwin
The functionality is available again per joyent/libuv@14eb8b0 and joyent/libuv@e89aced. Fixes #3687.pull/24507/merge
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…
Reference in New Issue