aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 20:45:49 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 20:45:49 +0000
commit9d231f0421f7ea23301fb9a4615c4f09abdc2e1b (patch)
tree812076aae5d2ad57e29ed289777fd8a41efeac19 /src
parent42037684dd21553ed94d989487a88f14d221e97f (diff)
downloadgnunet-9d231f0421f7ea23301fb9a4615c4f09abdc2e1b.tar.gz
gnunet-9d231f0421f7ea23301fb9a4615c4f09abdc2e1b.zip
update
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_testing.c2
-rw-r--r--src/testing/test_testing_connect_peer1.conf4
-rw-r--r--src/testing/test_testing_connect_peer2.conf4
-rw-r--r--src/topology/test_gnunet_service_topology.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index f56ebe2c0..1a52f3681 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -110,7 +110,7 @@ main (int argc, char *argv[])
110#endif 110#endif
111 NULL); 111 NULL);
112 ret = check (); 112 ret = check ();
113 sleep (1); 113 sleep (1); /* FIXME: make this unnecessary */
114 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing"); 114 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
115 return ret; 115 return ret;
116} 116}
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index 32ddbfc4d..221fe2f7a 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -17,7 +17,7 @@ PLUGINS = tcp
17PORT = 12566 17PORT = 12566
18HOSTNAME = localhost 18HOSTNAME = localhost
19DEFAULTSERVICES = peerinfo transport core 19DEFAULTSERVICES = peerinfo transport core
20DEBUG = YES 20#DEBUG = YES
21 21
22[statistics] 22[statistics]
23PORT = 12567 23PORT = 12567
@@ -33,7 +33,7 @@ HOSTNAME = localhost
33[core] 33[core]
34PORT = 12570 34PORT = 12570
35HOSTNAME = localhost 35HOSTNAME = localhost
36DEBUG = YES 36#DEBUG = YES
37 37
38[testing] 38[testing]
39WEAKRANDOM = YES 39WEAKRANDOM = YES
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index a152ff237..d64db475a 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -17,7 +17,7 @@ PLUGINS = tcp
17PORT = 22566 17PORT = 22566
18DEFAULTSERVICES = peerinfo transport core 18DEFAULTSERVICES = peerinfo transport core
19HOSTNAME = localhost 19HOSTNAME = localhost
20DEBUG = YES 20#DEBUG = YES
21 21
22[statistics] 22[statistics]
23PORT = 22567 23PORT = 22567
@@ -33,7 +33,7 @@ HOSTNAME = localhost
33[core] 33[core]
34PORT = 22570 34PORT = 22570
35HOSTNAME = localhost 35HOSTNAME = localhost
36DEBUG = YES 36#DEBUG = YES
37 37
38[testing] 38[testing]
39WEAKRANDOM = YES 39WEAKRANDOM = YES
diff --git a/src/topology/test_gnunet_service_topology.c b/src/topology/test_gnunet_service_topology.c
index 130f40629..c05d1f5c0 100644
--- a/src/topology/test_gnunet_service_topology.c
+++ b/src/topology/test_gnunet_service_topology.c
@@ -155,7 +155,7 @@ main (int argc, char *argv[])
155#endif 155#endif
156 NULL); 156 NULL);
157 ret = check (); 157 ret = check ();
158 sleep (1); 158 sleep (1); /* FIXME: needed? */
159 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-topology"); 159 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-topology");
160 return ret; 160 return ret;
161} 161}