]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-id
authorMark Wielaard <mark@klomp.org>
Thu, 19 Jan 2023 22:53:33 +0000 (23:53 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 19 Jan 2023 22:53:33 +0000 (23:53 +0100)
commitba59ce28cbd62ee12128b89bc0601a38ceeb5aa8
tree634be67ab4ded767453b0002e68b82739939cb94
parent10bee029441544dab81ea9e2b408eca9679aee38
tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-id

If /bin/sh wasn't build with build-id the test fails because
debuginfod-find will not be able to even try to fetch something.
Use libdebuginfod.so.1 instead as test file because we just
build that and configure makes sure we always produce a build-id.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/run-debuginfod-query-retry.sh