Merge "strerror: incl enum name"

This commit is contained in:
Elliott Hughes 2021-10-06 19:35:51 +00:00 committed by Gerrit Code Review
commit 79de514910
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ TEST_F(TombstoneTest, dump_log_file_error) {
ASSERT_STREQ("", tombstone_contents.c_str());
ASSERT_STREQ("", getFakeLogBuf().c_str());
ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied\n\n",
ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied (EACCES)\n\n",
getFakeLogPrint().c_str());
ASSERT_STREQ("", amfd_data_.c_str());