aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_portreservation.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-02 21:39:16 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-02 21:39:16 +0000
commitcd5d883c4068daff30217ae8ec93ba2fb10a699a (patch)
tree7380aa21bb255caddf0e33f15f070fb2aa94faf6 /src/testing/test_testing_portreservation.c
parent39d195cdbb82baaf20714841d87f865caea5573d (diff)
downloadgnunet-cd5d883c4068daff30217ae8ec93ba2fb10a699a.tar.gz
gnunet-cd5d883c4068daff30217ae8ec93ba2fb10a699a.zip
added TESTING_IGNORE_KEYS
Diffstat (limited to 'src/testing/test_testing_portreservation.c')
-rw-r--r--src/testing/test_testing_portreservation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_portreservation.c b/src/testing/test_testing_portreservation.c
index f689f455a..4815d47fd 100644
--- a/src/testing/test_testing_portreservation.c
+++ b/src/testing/test_testing_portreservation.c
@@ -66,7 +66,7 @@ run (void *cls, char *const *args, const char *cfgfile,
66 GNUNET_assert (old_port1 == new_port1); 66 GNUNET_assert (old_port1 == new_port1);
67 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port1); 67 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port1);
68 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2); 68 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2);
69 GNUNET_TESTING_system_destroy (system, GNUNET_NO); 69 GNUNET_TESTING_system_destroy (system, GNUNET_YES);
70} 70}
71 71
72 72