summaryrefslogtreecommitdiff
path: root/tests/testing-util
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2014-12-18 06:14:14 -0800
committerGarrett Regier <garrettregier@gmail.com>2014-12-18 06:14:14 -0800
commit1f7655890c7b38e0b172b2d9f350142675a3dc6c (patch)
tree5dc63d08d8d9613a72707a5bb885e6320c04c823 /tests/testing-util
parentf766cdf142f109e573293fa8be4f8362fb21811a (diff)
downloadlibpeas-1f7655890c7b38e0b172b2d9f350142675a3dc6c.tar.gz
Fix the test suite to work on other operating systems
Change the warnings so they can be checked properly in the tests without relying on OS specific messages. https://bugzilla.gnome.org/show_bug.cgi?id=727380
Diffstat (limited to 'tests/testing-util')
-rw-r--r--tests/testing-util/testing-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 3b98fe9..420310a 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -58,7 +58,7 @@ static GPrivate log_hooks_key = G_PRIVATE_INIT (log_hooks_private_notify);
* Don't bother putting errors in here as GLib always aborts on errors.
*/
static const gchar *allowed_patterns[] = {
- "*lib*loader.so*cannot open shared object file: No such file or directory*"
+ "Failed to load module '*loader'*"
};
static void