]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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)
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

index 7435ced83f15a879f8bd425ebf713cba04c618c9..141588d391ea39bd97520254b76ca123bf3e0384 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/bin/env bash
 # Copyright (C) 2024 Mark J. Wielaard
 # This file is part of elfutils.
 #