diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-06-24 16:21:53 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-24 16:23:44 -0700 |
commit | 58880bf551f4fdaeecf0a355816f1af353ef81b6 (patch) | |
tree | 08a83e1aaef03e042b8618672608ca2bea52de45 /test/syscalls | |
parent | 10930b0f8c1ff2ac83c7a30cc1f78112a35e3183 (diff) |
Port /dev/net/tun device to VFS2.
Updates #2912 #1035
PiperOrigin-RevId: 318162565
Diffstat (limited to 'test/syscalls')
-rw-r--r-- | test/syscalls/BUILD | 1 |
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( |