diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-06-23 18:47:22 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-23 18:48:37 -0700 |
commit | 0f328beb0d830a6e3b88b9f2cc1c9cb48f55c752 (patch) | |
tree | e08a83e5fba125a23bedbde02c032826abddaadc /test/syscalls | |
parent | 65a587dedf1a30b3614a66532d2b448026b9c540 (diff) |
Port /dev/tty device to VFS2.
Support is limited to the functionality that exists in VFS1.
Updates #2923 #1035
PiperOrigin-RevId: 317981417
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 8ce5d24f4..315af9efe 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -147,6 +147,7 @@ syscall_test( syscall_test( test = "//test/syscalls/linux:dev_test", + vfs2 = "True", ) syscall_test( |