]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: call bash with -o pipefail when piping commands in TEST-50-DISSECT 39331/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Oct 2025 21:58:18 +0000 (22:58 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Oct 2025 21:58:19 +0000 (22:58 +0100)
commit0ce88a9132c5f653f50246a0cf1aa274ca2c0c62
tree9338d274485eeeb917b9e04dffcb9f12178fb3c6
parent2a5e68e27d952a6840f04e7af0e680c727b83850
test: call bash with -o pipefail when piping commands in TEST-50-DISSECT

We want the tests to fail if one of the intermediate commands fails,
otherwise it is hard to spot failures
test/units/TEST-50-DISSECT.dissect.sh