From: Frantisek Sumsal Date: Mon, 30 Oct 2023 10:44:46 +0000 (+0100) Subject: test: add one missing cleanup X-Git-Tag: v255-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d203e5e008eaf5cfc040407646535ee47b4bc9c1;p=thirdparty%2Fsystemd.git test: add one missing cleanup So the test doesn't fail when run multiple times with the same image. --- diff --git a/test/units/testsuite-50.sh b/test/units/testsuite-50.sh index 1a379ee061c..d12323607d9 100755 --- a/test/units/testsuite-50.sh +++ b/test/units/testsuite-50.sh @@ -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