mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix flapping of test_service_intro_point() unittest.
This commit is contained in:
@@ -674,9 +674,11 @@ test_service_intro_point(void *arg)
|
||||
|
||||
(void) arg;
|
||||
|
||||
update_approx_time(1481621834);
|
||||
|
||||
/* Test simple creation of an object. */
|
||||
{
|
||||
time_t now = time(NULL);
|
||||
time_t now = approx_time();
|
||||
ip = helper_create_service_ip();
|
||||
tt_assert(ip);
|
||||
/* Make sure the authentication keypair is not zeroes. */
|
||||
|
||||
Reference in New Issue
Block a user