[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] test: Rename function to be IPv4 specific



commit faba6909f80da729a1238d12588bb746aae474c9
Author: David Goulet <dgoulet@xxxxxxxxxxxxxx>
Date:   Tue Jun 30 09:56:14 2020 -0400

    test: Rename function to be IPv4 specific
    
    Signed-off-by: David Goulet <dgoulet@xxxxxxxxxxxxxx>
---
 src/test/test_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/test_config.c b/src/test/test_config.c
index 7b7c9c621..fe102eea9 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -1170,7 +1170,7 @@ get_interface_address6_failure(int severity, sa_family_t family,
 }
 
 static void
-test_config_find_my_address(void *arg)
+test_config_find_my_address_v4(void *arg)
 {
   or_options_t *options;
   tor_addr_t resolved_addr, test_addr;
@@ -6245,7 +6245,7 @@ struct testcase_t config_tests[] = {
   CONFIG_TEST(adding_dir_servers, TT_FORK),
   CONFIG_TEST(default_dir_servers, TT_FORK),
   CONFIG_TEST(default_fallback_dirs, 0),
-  CONFIG_TEST(find_my_address, TT_FORK),
+  CONFIG_TEST(find_my_address_v4, TT_FORK),
   CONFIG_TEST(addressmap, 0),
   CONFIG_TEST(parse_bridge_line, 0),
   CONFIG_TEST(parse_transport_options_line, 0),



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits