summaryrefslogtreecommitdiff
path: root/tests/testing-util
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2011-03-05 00:55:39 -0800
committerGarrett Regier <alias301@gmail.com>2011-03-06 04:49:01 -0800
commite9f45c9c2db9179fdc2f81b3425cd16236dd9f33 (patch)
treea6349cac98c863029852df4690b7d0ac0f83c928 /tests/testing-util
parent0f96facfcb652be7a80ba397cdb2f0afc21a554a (diff)
downloadlibpeas-e9f45c9c2db9179fdc2f81b3425cd16236dd9f33.tar.gz
Remove any noncommon allowed log patterns from libtesting-util
Diffstat (limited to 'tests/testing-util')
-rw-r--r--tests/testing-util/testing-util.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 53523c8..4e0d730 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -50,16 +50,7 @@ static GPtrArray *log_hooks = NULL;
* Don't bother putting errors in here as GLib always aborts on errors.
*/
static const gchar *allowed_patterns[] = {
- "*does-not-exist*",
- "*lib*loader.so*cannot open shared object file: No such file or directory*",
- "*Could not find 'IAge' in *info-missing-iage.plugin*",
- "*Could not find 'Module' in *info-missing-module.plugin*",
- "*Could not find 'Name' in *info-missing-name.plugin*",
- "*Error loading *info-missing-iage.plugin*",
- "*Error loading *info-missing-module.plugin*",
- "*Error loading *info-missing-name.plugin*",
- "*Bad plugin file: *invalid.plugin*",
- "*Error loading *invalid.plugin*"
+ "*lib*loader.so*cannot open shared object file: No such file or directory*"
};
static void