diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-07-24 01:11:00 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-24 01:13:06 -0700 |
commit | 65b5e648022cb33d4c5b650a008cb18e4aa6f600 (patch) | |
tree | 55f92ee016305a04d85b64973c7ad95bf771ab14 /test/syscalls | |
parent | 5e7ae04766f49877e9dfee088abced563d2a9926 (diff) |
Enable open test
Updates #2923
PiperOrigin-RevId: 322953552
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 15e5fd223..c19b30b4a 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -400,6 +400,7 @@ syscall_test( syscall_test( add_overlay = True, test = "//test/syscalls/linux:open_test", + vfs2 = "True", ) syscall_test( |