mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08: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:
parent
b9a0a13f7a
commit
d203e5e008
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user