1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-22 01:50:10 +03:00

test: add coverage for #26483

(cherry picked from commit adae3552f0)
(cherry picked from commit 7e5a5a79c0)
This commit is contained in:
Frantisek Sumsal
2023-02-21 19:30:58 +01:00
committed by Zbigniew Jędrzejewski-Szmek
parent 252c31631b
commit 744ea4536f

View File

@ -48,6 +48,9 @@ echo "disable $UNIT_NAME" >/run/systemd/system-preset/99-systemd-test.preset
systemctl daemon-reload
# Double free when editing a template unit (#26483)
EDITOR='true' script -ec 'systemctl edit user@0' /dev/null
# Argument help
systemctl --state help
systemctl --signal help