aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-12-03 06:30:58 +1100
committerteor <teor2345@gmail.com>2016-12-03 06:30:58 +1100
commite8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8 (patch)
treed311a550ec13dfaf9623b2ec7e934e1645d814f1 /src/test/test_hs.c
parent8d42aab3f68d7d01c87bbfe60c30c438d70437c3 (diff)
downloadtor-e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8.tar.gz
tor-e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8.zip
Move a comment in test_single_onion_poisoning
Diffstat (limited to 'src/test/test_hs.c')
-rw-r--r--src/test/test_hs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs.c b/src/test/test_hs.c
index 067e6b4bf2..690e07e6f4 100644
--- a/src/test/test_hs.c
+++ b/src/test/test_hs.c
@@ -767,10 +767,10 @@ test_single_onion_poisoning(void *arg)
tt_assert(ret == 0);
done:
+ /* The test harness deletes the directories at exit */
tor_free(poison_path);
tor_free(dir1);
tor_free(dir2);
- /* The test harness deletes the directories at exit */
smartlist_free(services);
rend_service_free(service_1);
rend_service_free(service_2);