From 3f956f8f8609f508ead2becc594c2338681cc6d0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 27 Mar 2024 15:25:16 +0100 Subject: [PATCH] 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 --- tests/run-debuginfod-client-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- 2.47.2