diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index e4bf2eaccc686f765c05a15b27f172701129873c..ad858a824686831176e2ceaa08d1b72bd33bbcf4 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1778,7 +1778,7 @@ class AssertGettext(AssertSoftwareMixin):
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
 class AssertLibxslt(AssertSoftwareMixin):
-  def test_ld_libintl(self):
+  def test_ld_xsltproc(self):
     elf_dict = readElfAsDict('parts/libxslt/bin/xsltproc')
     self.assertEqual(sorted([
       'libc',
@@ -1800,7 +1800,7 @@ class AssertLibxslt(AssertSoftwareMixin):
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
 class AssertW3m(AssertSoftwareMixin):
-  def test_ld_libintl(self):
+  def test_ld_w3m(self):
     elf_dict = readElfAsDict('parts/w3m/bin/w3m')
     self.assertEqual(sorted([
       'libc',