Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 386a7784 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "strerror: incl enum name" am: 79de5149 am: 3afebabf am: b2f67649

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1835931

Change-Id: Ib417243c4347af4a2afc6216bb8cbf9f6d654118
parents 5378663a b2f67649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());