]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Use bash for run-debuginfod-client-profile.sh
authorMark Wielaard <mark@klomp.org>
Wed, 27 Mar 2024 14:25:16 +0000 (15:25 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 27 Mar 2024 14:29:20 +0000 (15:29 +0100)
commit3f956f8f8609f508ead2becc594c2338681cc6d0
tree63e783b2dfd00acaa8801f7e33609f8c4b6aaecd
parent0ba2e4aa9945019a8c6db95d27d142b660a63a79
tests: Use bash for run-debuginfod-client-profile.sh

The test uses set -o pipefail which is a bashism and so the test fails
on systems where /bin/sh isn't bash.

    * tests/run-debuginfod-client-profile.sh: Use bash.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/run-debuginfod-client-profile.sh