Commit 5a33a0b6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now libxml2 is in gettext's rpath since r40569.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40571 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e309870
......@@ -1773,6 +1773,7 @@ class AssertGettext(AssertSoftwareMixin):
soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
software in [
'libxml2',
]]
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment