WiP
[oweals/gnunet.git] / src / monkey / test_gnunet_monkey.c
index ba832f137c50ffc5bd8a4ab150d31c4ac1f4681c..d1d4155d05616f2266e291c4c0b01ca1c1db1053 100644 (file)
 static int
 check ()
 {
-    GNUNET_OS_start_process (NULL, NULL, "gnunet-monkey",
-                                            "gnunet-monkey",
-                                            "./bug_null_pointer_exception", NULL);
+    GNUNET_OS_process_close (GNUNET_OS_start_process (NULL, NULL,
+                                                     "gnunet-monkey",
+                                                     "gnunet-monkey",
+                                               "./bug_null_pointer_exception",
+                                                      NULL));
+    
        return 0;
 }