From a358de583b54be3eab2f960bdaffe74c619e84d4 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Mon, 25 Jan 2021 10:28:33 -0800 Subject: Fix Inotify.Exec test The test was execve itself into `/bin/true`, so the test was not actually executing. PiperOrigin-RevId: 353676855 --- test/syscalls/linux/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'test/syscalls/linux/BUILD') 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", -- cgit v1.2.3