commit | 74c359277a69d27307a94f83ded50fcee26859a8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 09 14:39:00 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 09 14:39:00 2024 +0000 |
tree | c223d8d460e80ed98d603cb915455190700b5565 | |
parent | 82decc79bf33668a2a9140fb472a5a15e7671b26 [diff] | |
parent | 7922ce0d0df109095cbbe129b37ffbc4be2abd2f [diff] |
Merge "[RESTRICT AUTOMERGE] fcntl_F_SETFD test: allow both Android 14 and 2024Q1 behavior." into android14-tests-dev
diff --git a/tests/fcntl_test.cpp b/tests/fcntl_test.cpp index 862f498..f9bfb30 100644 --- a/tests/fcntl_test.cpp +++ b/tests/fcntl_test.cpp
@@ -361,5 +361,5 @@ } TEST(fcntl_DeathTest, fcntl_F_SETFD) { - EXPECT_DEATH(fcntl(0, F_SETFD, O_NONBLOCK), "non-FD_CLOEXEC"); + EXPECT_DEATH(fcntl(0, F_SETFD, O_NONBLOCK), "FD_CLOEXEC"); }