summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/tuntap_hostinet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/tuntap_hostinet.cc')
-rw-r--r--test/syscalls/linux/tuntap_hostinet.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/tuntap_hostinet.cc b/test/syscalls/linux/tuntap_hostinet.cc
index 0c527419e..1513fb9d5 100644
--- a/test/syscalls/linux/tuntap_hostinet.cc
+++ b/test/syscalls/linux/tuntap_hostinet.cc
@@ -26,6 +26,7 @@ namespace {
TEST(TuntapHostInetTest, NoNetTun) {
SKIP_IF(!IsRunningOnGvisor());
+ SKIP_IF(!IsRunningWithHostinet());
struct stat statbuf;
ASSERT_THAT(stat("/dev/net/tun", &statbuf), SyscallFailsWithErrno(ENOENT));