summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-01-30 13:35:59 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-30 13:38:05 -0800
commitccf9138e6de27e666129e97b8c2ff9d117f69f60 (patch)
tree99d421d33e24d146f76928e6dd4df62c2b07567e /test/syscalls/linux/BUILD
parent2d90bc54809766927e6028fac5b9f67cd2a13c3e (diff)
Remove side effect from open tests
Individual test cases must not rely on being executed in a clean environment. PiperOrigin-RevId: 354730126
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 1cbe5479c..80e2837f8 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -1383,6 +1383,7 @@ cc_binary(
"//test/util:file_descriptor",
"//test/util:fs_util",
gtest,
+ "//test/util:posix_error",
"//test/util:temp_path",
"//test/util:temp_umask",
"//test/util:test_main",