diff options
Diffstat (limited to 'test/test-copy.c')
-rw-r--r-- | test/test-copy.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/test-copy.c b/test/test-copy.c index 81407812..b87f3232 100644 --- a/test/test-copy.c +++ b/test/test-copy.c @@ -44,11 +44,7 @@ main (int argc, char* argv[]) int i; GList *infos; CajaProgressInfo *progress_info; - -#if !GLIB_CHECK_VERSION (2, 32, 0) - g_thread_init (NULL); -#endif - + test_init (&argc, &argv); if (argc < 3) { |