From: Mark Wielaard Date: Wed, 27 Mar 2024 14:25:16 +0000 (+0100) Subject: tests: Use bash for run-debuginfod-client-profile.sh X-Git-Tag: elfutils-0.192~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f956f8f8609f508ead2becc594c2338681cc6d0;p=thirdparty%2Felfutils.git 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 --- diff --git a/tests/run-debuginfod-client-profile.sh b/tests/run-debuginfod-client-profile.sh index 7435ced8..141588d3 100755 --- a/tests/run-debuginfod-client-profile.sh +++ b/tests/run-debuginfod-client-profile.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /usr/bin/env bash # Copyright (C) 2024 Mark J. Wielaard # This file is part of elfutils. #