Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Disable test-setproctitle on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 6, 2011
1 parent db27381 commit 6f86b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-setproctitle.js
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6f86b9c

Please sign in to comment.