Commit 8565565f authored by Łukasz Nowak's avatar Łukasz Nowak

- fix a typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3e13ca6
......@@ -1403,7 +1403,7 @@ class AssertItools(AssertSoftwareMixin):
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
class AssertOpenssl(AssertSoftwareMixin):
def test_ls_openssl(self):
def test_ld_openssl(self):
elf_dict = readElfAsDict('parts/openssl/bin/openssl')
self.assertEqual(sorted(['libc', 'libcrypto', 'libdl', 'libssl', 'libz']),
elf_dict['library_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