diff --git a/test/units/TEST-87-AUX-UTILS-VM.coredump.sh b/test/units/TEST-87-AUX-UTILS-VM.coredump.sh index 2dfa6eccf1..4f2bbf40c8 100755 --- a/test/units/TEST-87-AUX-UTILS-VM.coredump.sh +++ b/test/units/TEST-87-AUX-UTILS-VM.coredump.sh @@ -251,7 +251,11 @@ systemd-run -t --property CoredumpFilter=default ls /tmp # Test for EnterNamespace= feature # # dwfl_set_sysroot() is supported only in libdw-0.192 or newer. -if pkgconf --atleast-version 0.192 libdw; then +# +# FIXME: drop the objdump call once https://github.com/systemd/systemd/pull/39268#issuecomment-3390745718 is +# addressed +if pkgconf --atleast-version 0.192 libdw && + objdump -h -j .gnu_debugdata -j .debug_info /usr/lib/systemd/tests/unit-tests/manual/test-coredump-stacktrace; then MAKE_STACKTRACE_DUMP="/tmp/make-stacktrace-dump" # Simple script that mounts tmpfs on /tmp/ and copies the crashing test binary there, which in