1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

test: add one missing cleanup

So the test doesn't fail when run multiple times with the same image.
This commit is contained in:
Frantisek Sumsal 2023-10-30 11:44:46 +01:00 committed by Yu Watanabe
parent b9a0a13f7a
commit d203e5e008

View File

@ -641,6 +641,7 @@ systemctl status foo.service 2>&1 | grep -q -F "Warning"
systemd-sysext merge
systemd-sysext unmerge
systemctl status foo.service 2>&1 | grep -v -q -F "Warning"
rm /var/lib/extensions/app-reload.raw
# Test systemd-repart --make-ddi=:
if command -v mksquashfs >/dev/null 2>&1; then