summaryrefslogtreecommitdiff
path: root/tests/dlext_test.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-07-14 00:22:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-07-14 00:22:34 +0000
commit48cedda02a9874d59b2b3652d0427abce7fedaab (patch)
tree5c65eb76505c0940d6bb37ada5e94a61ee946890 /tests/dlext_test.cpp
parentcc55bd831318d485dcf04149d423d91756379153 (diff)
parent3a6c6b3254b2033a9a0246013a2c8b486800624b (diff)
Merge "Fix dlext.ns_smoke test"
Diffstat (limited to 'tests/dlext_test.cpp')
-rw-r--r--tests/dlext_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dlext_test.cpp b/tests/dlext_test.cpp
index a0e83fe86..c3230e75e 100644
--- a/tests/dlext_test.cpp
+++ b/tests/dlext_test.cpp
@@ -628,7 +628,9 @@ TEST(dlext, ns_smoke) {
ASSERT_FALSE(android_init_namespaces(path.c_str(), nullptr));
ASSERT_STREQ("android_init_namespaces failed: error initializing public namespace: "
- "\"libnstest_public.so\" was not found in the default namespace", dlerror());
+ "a library with soname \"libnstest_public.so\" was not found in the "
+ "default namespace",
+ dlerror());
ASSERT_FALSE(android_init_namespaces("", nullptr));
ASSERT_STREQ("android_init_namespaces failed: error initializing public namespace: "