Merge "Revert "strerror: incl enum name"" am: 2e1e76b8ff am: 8a258bb4b9 am: e7fcc3cd14 am: 9bf6083f63

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

Change-Id: I56c04bfaa232e027589364bcc61d153f1fd5d821
diff --git a/debuggerd/libdebuggerd/test/tombstone_test.cpp b/debuggerd/libdebuggerd/test/tombstone_test.cpp
index 19c1f5e..a14dcb0 100644
--- a/debuggerd/libdebuggerd/test/tombstone_test.cpp
+++ b/debuggerd/libdebuggerd/test/tombstone_test.cpp
@@ -332,7 +332,7 @@
   ASSERT_STREQ("", tombstone_contents.c_str());
 
   ASSERT_STREQ("", getFakeLogBuf().c_str());
-  ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied (EACCES)\n\n",
+  ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied\n\n",
                getFakeLogPrint().c_str());
 
   ASSERT_STREQ("", amfd_data_.c_str());