diff options
-rw-r--r-- | meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py index dd5eeec163..26c775c09e 100644 --- a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py +++ b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | |||
@@ -44,7 +44,7 @@ class Systemdboot(OESelftestTestCase): | |||
44 | 44 | ||
45 | # Ensure we're actually testing that this gets built and not that | 45 | # Ensure we're actually testing that this gets built and not that |
46 | # it was around from an earlier build | 46 | # it was around from an earlier build |
47 | bitbake('-c cleansstate systemd-boot') | 47 | bitbake('-c clean systemd-boot') |
48 | runCmd('rm -f %s' % systemdbootfile) | 48 | runCmd('rm -f %s' % systemdbootfile) |
49 | 49 | ||
50 | self._common_build() | 50 | self._common_build() |