Skip to content

Commit 6f86b9c

Browse files
committed
Disable test-setproctitle on darwin
1 parent db27381 commit 6f86b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simple/test-setproctitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Original test written by Jakub Lekstan <[email protected]>
2323

2424
// FIXME add sunos support
25-
if ('linux darwin freebsd'.indexOf(process.platform) === -1) {
25+
if ('linux freebsd'.indexOf(process.platform) === -1) {
2626
console.error("Skipping test, platform not supported.");
2727
process.exit();
2828
}

0 commit comments

Comments
 (0)