mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
Disable test-setproctitle on darwin
This commit is contained in:
parent
db273818f6
commit
6f86b9cb70
@ -22,7 +22,7 @@
|
||||
// Original test written by Jakub Lekstan <kuebzky@gmail.com>
|
||||
|
||||
// FIXME add sunos support
|
||||
if ('linux darwin freebsd'.indexOf(process.platform) === -1) {
|
||||
if ('linux freebsd'.indexOf(process.platform) === -1) {
|
||||
console.error("Skipping test, platform not supported.");
|
||||
process.exit();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user