diff options
Diffstat (limited to 'test/run_input.cxx')
-rw-r--r-- | test/run_input.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index cd7f299a6..494bcd823 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -134,11 +134,7 @@ int main(int argc, char **argv) config_global_init(); io_thread_init(); - if (!io_thread_start(&error)) { - g_warning("%s", error->message); - g_error_free(error); - return EXIT_FAILURE; - } + io_thread_start(); #ifdef ENABLE_ARCHIVE archive_plugin_init_all(); |