$OpenBSD: patch-tests_libpeas_engine_c,v 1.4 2014/11/12 10:47:12 jasper Exp $

Add error messages on OpenBSD to test log hooks
https://bugzilla.gnome.org/show_bug.cgi?id=727380

--- tests/libpeas/engine.c.orig	Mon Sep 22 15:52:54 2014
+++ tests/libpeas/engine.c	Wed Nov 12 10:22:28 2014
@@ -248,8 +248,7 @@ test_engine_not_loadable_plugin (PeasEngine *engine)
   GError *error = NULL;
   PeasPluginInfo *info;
 
-  testing_util_push_log_hook ("*libnot-loadable.so: cannot open shared "
-                              "object file: No such file or directory");
+  testing_util_push_log_hook ("Failed to load module 'not-loadable'*");
   testing_util_push_log_hook ("Error loading plugin 'not-loadable'");
 
   info = peas_engine_get_plugin_info (engine, "not-loadable");
