diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index 67cc4ef519226d44fee0acffe9cc8fc845bc2cfc..5499f105e56bf315ea31f6b98454204921c45b50 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -748,7 +748,7 @@ class AssertApache(AssertSoftwareMixin): def test_ld_libaprutil1(self): self.assertLibraryList('parts/apache/lib/libaprutil-1.so', ['libexpat', 'libapr-1', 'librt', 'libcrypt', 'libpthread', 'libdl', 'libc', 'libuuid'], - self.apache_rpath) + self.apache_rpath + ['apache']) def test_ld_libapr1(self): self.assertLibraryList('parts/apache/lib/libapr-1.so', ['librt', 'libcrypt', 'libuuid',