Am 01.12.20 um 07:56 schrieb Herbert Xu:
On Tue, Dec 01, 2020 at 05:06:18PM +1100, Herbert Xu wrote:
For some reason this is causing the final two tee's to be created
as children of debian/tests/timedated rather than the bash shell.
An alternative to changing the parent is of course to do
wait $MONPID
instead of
wait
I think this makes more sense anyway as otherwise someone could
easily introduce a hang if they unwittingly add a backgrounded
job to this script.
I'll update the timedated test accordingly.
Incidentally we already have
https://salsa.debian.org/systemd-team/systemd/-/merge_requests/110