diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-01-25 10:28:33 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-25 10:32:52 -0800 |
commit | a358de583b54be3eab2f960bdaffe74c619e84d4 (patch) | |
tree | 7fef65b724589a115dd255822375ae73248d1f10 /test/syscalls/linux/BUILD | |
parent | 8bded326c91664c66539ec99fde92197d43199e3 (diff) |
Fix Inotify.Exec test
The test was execve itself into `/bin/true`, so the test was
not actually executing.
PiperOrigin-RevId: 353676855
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 5bf6e67be..0da295e2d 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -980,6 +980,7 @@ cc_binary( "//test/util:epoll_util", "//test/util:file_descriptor", "//test/util:fs_util", + "//test/util:multiprocess_util", "//test/util:posix_error", "//test/util:temp_path", "//test/util:test_main", |