summaryrefslogtreecommitdiff
path: root/tests/sys_sendfile_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys_sendfile_test.cpp')
-rw-r--r--tests/sys_sendfile_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys_sendfile_test.cpp b/tests/sys_sendfile_test.cpp
index 4cddd0d75..1ec6c9fa4 100644
--- a/tests/sys_sendfile_test.cpp
+++ b/tests/sys_sendfile_test.cpp
@@ -43,7 +43,7 @@ TEST(sys_sendfile, sendfile) {
ASSERT_STREQ("ll", buf);
}
-TEST(sys_sendfile, sendfile64) {
+TEST(sys_sendfile, sendfile64_smoke) {
TemporaryFile src_file;
ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5)));