test: re-enable simple/test-setproctitle on darwin
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 24 Feb 2013 03:06:14 +0000 (04:06 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 24 Feb 2013 03:07:42 +0000 (04:07 +0100)
The functionality is available again per joyent/libuv@14eb8b0
and joyent/libuv@e89aced.

Fixes #3687.

test/simple/test-setproctitle.js

index 8b48ca6..778e200 100644 (file)
@@ -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();
 }