gplugin/gplugin

0fa031c839de
Parents 148ef37b20d5
Children e621cbd18071
Fix option typo in /option-group/no-default-paths/long testcase
--- a/gplugin/tests/test-option-group.c Sun Oct 14 05:21:05 2018 -0500
+++ b/gplugin/tests/test-option-group.c Sun Oct 21 14:56:15 2018 -0500
@@ -123,7 +123,7 @@
static void
test_gplugin_option_group_no_default_paths_long(void) {
- gchar *args = "test-option-group,--no-defualt-paths";
+ gchar *args = "test-option-group,--no-default-paths";
test_gplugin_option_group_paths(args, NULL);
}