[tor-commits] [tor/master] Move a comment in test_single_onion_poisoning

nickm at torproject.org nickm at torproject.org
Mon Dec 5 13:13:31 UTC 2016


commit e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8
Author: teor <teor2345 at gmail.com>
Date:   Sat Dec 3 06:30:58 2016 +1100

    Move a comment in test_single_onion_poisoning
---
 src/test/test_hs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_hs.c b/src/test/test_hs.c
index 067e6b4..690e07e 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);





More information about the tor-commits mailing list