mirror of https://github.com/nodejs/node.git
Disable test-setproctitle on darwin
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