From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 299EA3858C55; Wed, 27 Mar 2024 14:44:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 299EA3858C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711550656; bh=8zj5jmwfO8wi26jkohFjyOFKNn0/SffyeP2mMBDrEo4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qGJnSVrlh0lLTrEEn+b0PLuIuFDv4nkGev7+huhdDOoaNVzyc2CTRS3DTDuSG2IwA h+Xc/PLEJFBVZ11XVYeB20LEgiLXtClxppLEezacIqkyqG//GB0xjHHCUrOJOjWATU 0MZFAj5UC1M4vQeRpX/GU3F8/E3h8qoc58KPyLBQ= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/31562] profile.sh might fail with set -o pipefail Date: Wed, 27 Mar 2024 14:44:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: amerey at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31562 --- Comment #3 from Mark Wielaard --- Note that the testcase would fail on systems where /bin/sh !=3D=3D bash. Fi= xed with a followup patch: commit 3f956f8f8609f508ead2becc594c2338681cc6d0 Author: Mark Wielaard Date: Wed Mar 27 15:25:16 2024 +0100 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=