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
Ben Noordhuis 2013-02-24 04:06:14 +01:00
parent de9ee2a483
commit 8df893c62e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
// Original test written by Jakub Lekstan <kuebzky@gmail.com> // Original test written by Jakub Lekstan <kuebzky@gmail.com>
// FIXME add sunos support // 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.'); console.error('Skipping test, platform not supported.');
process.exit(); process.exit();
} }