summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/host_name/host_name_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/host_name/host_name_test.cpp')
-rw-r--r--vespalib/src/tests/host_name/host_name_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vespalib/src/tests/host_name/host_name_test.cpp b/vespalib/src/tests/host_name/host_name_test.cpp
index ca5aebe8c95..b68762cebb3 100644
--- a/vespalib/src/tests/host_name/host_name_test.cpp
+++ b/vespalib/src/tests/host_name/host_name_test.cpp
@@ -1,7 +1,6 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/util/host_name.h>
-#include <vespa/vespalib/util/child_process.h>
using namespace vespalib;
@@ -9,4 +8,4 @@ TEST("require that host name can be obtained") {
EXPECT_NOT_EQUAL("", HostName::get());
}
-TEST_MAIN_WITH_PROCESS_PROXY() { TEST_RUN_ALL(); }
+TEST_MAIN() { TEST_RUN_ALL(); }