Commit 2bc32461 authored by Łukasz Nowak's avatar Łukasz Nowak

- ncurses without wide character set are used


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40275 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5704a2b
......@@ -247,7 +247,7 @@ class AssertMysql51(unittest.TestCase):
def test_ld_mysql(self):
elf_dict = readElfAsDict('parts/mysql-5.1/bin/mysql')
self.assertEqual(sorted(['libc', 'libz', 'libcrypt', 'libgcc_s', 'libm',
'libmysqlclient', 'libncursesw', 'libnsl', 'libpthread', 'libreadline',
'libmysqlclient', 'libncurses', 'libnsl', 'libpthread', 'libreadline',
'libstdc++']), elf_dict['library_list'])
soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
......
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