tests: move /param/implement to -m slow
[platform/upstream/glib.git] / gobject / tests / closure.c
index 5f1a22c..8c32ee4 100644 (file)
@@ -165,7 +165,7 @@ test_closure_fd (void)
 static gboolean
 send_usr1 (gpointer user_data)
 {
-  kill (0, SIGUSR1);
+  kill (getpid (), SIGUSR1);
   return FALSE;
 }