]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/runtime/dnf: fix typo
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 19 Sep 2022 15:25:52 +0000 (17:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Sep 2022 22:15:01 +0000 (23:15 +0100)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/dnf.py

index a8e23e596e930cf4465d3b984e24b8d8bbbe53ca..e0b91090b20b294fff132b86fe044dc297ada132 100644 (file)
@@ -146,7 +146,7 @@ class DnfRepoTest(DnfTest):
         self.assertEqual(0, status, output)
 
     @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
-    @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege')
+    @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmerge')
     @OEHasPackage('busybox')
     def test_dnf_installroot_usrmerge(self):
         rootpath = '/home/root/chroot/test'