diff --git a/tests/containers.py b/tests/containers.py
index bd10c8a4be567871781af5b1fdedbad7bf4f71fa..a529f606c87ed465642397feb258f3dd4c662ee3 100755
--- a/tests/containers.py
+++ b/tests/containers.py
@@ -624,6 +624,13 @@ class TestContainers(BaseTest):
                             '/run/host/usr/lib/{}/gconv'.format(multiarch),
                         )
 
+                    if os.path.isdir('/usr/share/libdrm'):
+                        link = os.path.join(
+                            tree, 'usr', 'share', 'libdrm',
+                        )
+                        target = os.readlink(link)
+                        self.assertEqual(target, '/run/host/usr/share/libdrm')
+
         if is_scout:
             if os.path.isdir('/usr/lib/locale'):
                 link = os.path.join(tree, 'usr', 'lib', 'locale')