Merge "Fix dlext.ns_smoke test"

This commit is contained in:
Treehugger Robot 2016-07-14 00:22:34 +00:00 committed by Gerrit Code Review
commit 48cedda02a
1 changed files with 3 additions and 1 deletions

View File

@ -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: "