aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-03 21:26:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-03 21:26:40 +0000
commit721e49caeea6ba5073f8bc5c6c08359295c02bb5 (patch)
treee06e80ba90af91e9452a48a7a5782913199b4877 /src/monkey
parent37ac1b7c9e9e05f93d4100cfb53450ec2d370989 (diff)
downloadgnunet-721e49caeea6ba5073f8bc5c6c08359295c02bb5.tar.gz
gnunet-721e49caeea6ba5073f8bc5c6c08359295c02bb5.zip
original patch from Mantis 1614
Diffstat (limited to 'src/monkey')
-rw-r--r--src/monkey/test_gnunet_monkey.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/monkey/test_gnunet_monkey.c b/src/monkey/test_gnunet_monkey.c
index ba832f137..d1d4155d0 100644
--- a/src/monkey/test_gnunet_monkey.c
+++ b/src/monkey/test_gnunet_monkey.c
@@ -42,9 +42,12 @@
42static int 42static int
43check () 43check ()
44{ 44{
45 GNUNET_OS_start_process (NULL, NULL, "gnunet-monkey", 45 GNUNET_OS_process_close (GNUNET_OS_start_process (NULL, NULL,
46 "gnunet-monkey", 46 "gnunet-monkey",
47 "./bug_null_pointer_exception", NULL); 47 "gnunet-monkey",
48 "./bug_null_pointer_exception",
49 NULL));
50
48 return 0; 51 return 0;
49} 52}
50 53