diff options
author | Andrei Vagin <avagin@google.com> | 2021-03-01 12:14:47 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-01 12:17:20 -0800 |
commit | 865ca64ee8c0af9eba88a4a04e0730630fae6d8b (patch) | |
tree | 7afe19c2821490397e0a7fd4bad4c8e67964c6dc /test/syscalls/linux/BUILD | |
parent | 037bb2f45abada02fb50b563f3d37381f88de7f5 (diff) |
tcp: endpoint.Write has to send all data that has been read from payload
io.Reader.ReadFull returns the number of bytes copied and an error if fewer
bytes were read.
PiperOrigin-RevId: 360247614
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 f871426f0..5371f825c 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -2384,6 +2384,7 @@ cc_library( "@com_google_absl//absl/memory", "@com_google_absl//absl/time", gtest, + "//test/util:temp_path", "//test/util:test_util", "//test/util:thread_util", ], |