Commit 6e99c9e0 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc6a73c7
......@@ -1582,7 +1582,7 @@ class AssertPysvn(AssertSoftwareMixin):
def test_ld_pysvn(self):
self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
self.getDevelopEggName('pysvn', '1.7.4nxd006'),
self.python_verion.replace('.', '_')), [
self.python_version.replace('.', '_')), [
'libc',
'libgcc_s',
'libm',
......
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