summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2020-06-24 16:21:53 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-24 16:23:44 -0700
commit58880bf551f4fdaeecf0a355816f1af353ef81b6 (patch)
tree08a83e1aaef03e042b8618672608ca2bea52de45 /test/syscalls
parent10930b0f8c1ff2ac83c7a30cc1f78112a35e3183 (diff)
Port /dev/net/tun device to VFS2.
Updates #2912 #1035 PiperOrigin-RevId: 318162565
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 315af9efe..39c1f79ad 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -1013,6 +1013,7 @@ syscall_test(
syscall_test(
test = "//test/syscalls/linux:tuntap_test",
+ vfs2 = "True",
)
syscall_test(