mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
- use timeout command more, - use `(! cmd)` rather than `cmd && exit 1`, - drop unnecessary `|| exit 1`, - extend timeout to support slow test environment. Fixes #38395.