1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

oeqa: fix typo

The word 'uninstall' was spelled incorrectly in various parts of
oeqa files.

(From OE-Core rev: af365e025030436f83b233fa51ecc9c58c58ce3c)

(From OE-Core rev: 9d25188e873645b849584b51a77b86588a51d4ba)

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Humberto Ibarra
2017-02-13 11:25:37 -06:00
committed by Richard Purdie
parent 88bda7d78d
commit 5ff7db946c
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class TestImage(oeSelfTest):
"""
Summary: Check install packages functionality for testimage/testexport.
Expected: 1. Import tests from a directory other than meta.
2. Check install/unistall of socat.
2. Check install/uninstall of socat.
Product: oe-core
Author: Mariano Lopez <mariano.lopez@intel.com>
"""