]> git.ipfire.org Git - thirdparty/gcc.git/commit - libbacktrace/ChangeLog
[testsuite] Remove bashism from libbacktrace/allocfail.sh
authorTom de Vries <tdevries@suse.de>
Fri, 14 Dec 2018 09:43:41 +0000 (09:43 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 14 Dec 2018 09:43:41 +0000 (09:43 +0000)
commita37a52e5925f8b00ed67b0862e72ded46a852ce7
treefe941e1434c0c4af067a2140a9ffa0596e0bfa3a
parentb210534e5c630eda94b210a8d22dbfae1299d2da
[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".

From-SVN: r267127
libbacktrace/ChangeLog
libbacktrace/allocfail.sh