]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite] Remove bashism from libbacktrace/allocfail.sh
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2018 09:43:41 +0000 (09:43 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2018 09:43:41 +0000 (09:43 +0000)
commit0ae5612b2a45fb26051b2c11c989f911f59e29a8
treefe941e1434c0c4af067a2140a9ffa0596e0bfa3a
parent500cb649157db08b981243b07781c5c990f0067d
[testsuite] Remove bashism from libbacktrace/allocfail.sh

Test-case libbacktrace/allocfail.sh contains bashism "set -o pipefail", which
makes the script fail on ubuntu 18.04, which links /bin/sh to /bin/dash.

Fix this by removing the "set -o pipefail".

Tested by running the test-case with dash on x86_64-linux.

2018-12-14  Tom de Vries  <tdevries@suse.de>

PR testsuite/88491
* allocfail.sh: Remove "set -o pipefail".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267127 138bc75d-0d04-0410-961f-82ee72b054a4
libbacktrace/ChangeLog
libbacktrace/allocfail.sh