$OpenBSD: patch-electron_spec_fixtures_api_crash-restart_html,v 1.1 2020/04/06 18:58:16 robert Exp $

Index: electron/spec/fixtures/api/crash-restart.html
--- electron/spec/fixtures/api/crash-restart.html.orig
+++ electron/spec/fixtures/api/crash-restart.html
@@ -19,7 +19,7 @@ crashReporter.start({
 })
 
 setImmediate(() => {
-  if (process.platform !== 'linux') {
+  if (process.platform !== 'openbsd') {
     crashReporter.addExtraParameter('extra2', 'extra2')
     crashReporter.removeExtraParameter('extra3')
   } else {
