Skip to content

Commit

Permalink
unit-testing: add DNS search unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 14, 2022
1 parent 12e9402 commit 657fa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(void)
cmocka_unit_test(test_check_hostname_incorrect),
cmocka_unit_test(test_check_timezone_name_correct),
cmocka_unit_test(test_check_timezone_name_incorrect),
// cmocka_unit_test(test_load_dns_resolver_search_correct),
cmocka_unit_test(test_load_dns_resolver_search_correct),
cmocka_unit_test(test_load_dns_resolver_server_correct),
};

Expand Down

0 comments on commit 657fa61

Please sign in to comment.