Disable test-setproctitle on darwin

This commit is contained in:
Ryan Dahl 2011-12-05 16:25:20 -08:00
parent db273818f6
commit 6f86b9cb70

View File

@ -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();
}