]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fixes for debian unstable and TEST-50-DISSECT (#39331)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 16 Oct 2025 06:45:46 +0000 (08:45 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Oct 2025 06:45:46 +0000 (08:45 +0200)
Test failed in a weird way, turns out we don't use pipefail and an
intermediate command was moved to a different package so it wasn't in
the minimal image anymore. Add it, and use pipefail so in the future
it's easier to spot.


Trivial merge