Skip to content

Commit

Permalink
test check
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 26, 2023
1 parent 20bdc26 commit 9170c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/util_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ TEST_CASE("read_file_stdin", "[util]") {
TEST_CASE("check hostname/domainname") {

const ziti_env_info *info = get_env_info();
CHECK(info->hostname != nullptr);
CHECK(info->domain != nullptr);

printf("hostname = %s\n", info->hostname);
printf("domain = %s\n", info->domain);
}

0 comments on commit 9170c3c

Please sign in to comment.