$OpenBSD: patch-test_parallel_test-setproctitle_js,v 1.1 2018/02/10 14:50:35 abieber Exp $

Index: test/parallel/test-setproctitle.js
--- test/parallel/test-setproctitle.js.orig
+++ test/parallel/test-setproctitle.js
@@ -34,7 +34,7 @@ exec(cmd, common.mustCall((error, stdout, stderr) => {
   assert.strictEqual(stderr, '');
 
   // freebsd always add ' (procname)' to the process title
-  if (common.isFreeBSD)
+  if (common.isFreeBSD || common.isOpenBSD)
     title += ` (${path.basename(process.execPath)})`;
 
   // omitting trailing whitespace and \n
