summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index a8e81311f7..6297875c0d 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -1026,10 +1026,7 @@ tests += [
]
-# test-bus-vtable-cc.cc is a symlink and symlinks get lost in containers on FuzzBuzz.
-# The issue has been reported to the developers of FuzzBuzz and hopefully will be fixed soon.
-# In the meantime, let's just skip the symlink there.
-if cxx_cmd != '' and not want_fuzzbuzz
+if cxx_cmd != ''
tests += [
[['src/libsystemd/sd-bus/test-bus-vtable-cc.cc'],
[],