$OpenBSD: patch-nspr_pr_tests_nameshm1_c,v 1.2 2019/08/28 13:38:14 landry Exp $
Index: nspr/pr/tests/nameshm1.c
--- nspr/pr/tests/nameshm1.c.orig
+++ nspr/pr/tests/nameshm1.c
@@ -559,7 +559,9 @@ int main(int argc, char **argv)
         ReadOnlyTest();
         if ( failed_already != 0 )
             goto Finished;
+#if !defined(__OpenBSD__)
         ClientServerTest();
+#endif
     }
 
 Finished:
