diff options
author | Steven Laver <lavers@google.com> | 2019-11-14 08:37:29 -0800 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2019-11-14 08:37:29 -0800 |
commit | 8f54dd5edaa4ba55451f3602e5890b6f1ab807e6 (patch) | |
tree | 709208dd25e59100a8d3d9a7038a5c7ee1c8a50b /tests/dl_test.cpp | |
parent | 19c0c9cd4892927004dac3252b67aac89e462c5c (diff) | |
parent | cb88137aebba97024bee4fff130f131924556ee5 (diff) |
Merge RP1A.191114.001
Change-Id: I19fb768a647d471d430af4b5c3f519d4125fdeee
Diffstat (limited to 'tests/dl_test.cpp')
-rw-r--r-- | tests/dl_test.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/dl_test.cpp b/tests/dl_test.cpp index 9e463948a..b69da9702 100644 --- a/tests/dl_test.cpp +++ b/tests/dl_test.cpp @@ -204,7 +204,10 @@ TEST(dl, exec_with_ld_preload) { // The two libs are in ns2/ subdir. TEST(dl, exec_without_ld_config_file) { #if defined(__BIONIC__) - std::string error_message = "CANNOT LINK EXECUTABLE \"" + GetTestlibRoot() + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" not found\n"; + std::string error_message = + "CANNOT LINK EXECUTABLE \"" + GetTestlibRoot() + + "/ld_config_test_helper/ld_config_test_helper\": library \"ld_config_test_helper_lib1.so\" " + "not found: needed by main executable\n"; std::string helper = GetTestlibRoot() + "/ld_config_test_helper/ld_config_test_helper"; chmod(helper.c_str(), 0755); |