aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/lic-checksum.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/lic-checksum.py')
-rw-r--r--meta/lib/oeqa/selftest/lic-checksum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py
index bd3b9a1ba3..cac6d84452 100644
--- a/meta/lib/oeqa/selftest/lic-checksum.py
+++ b/meta/lib/oeqa/selftest/lic-checksum.py
@@ -13,7 +13,7 @@ class LicenseTests(oeSelfTest):
@testcase(1197)
def test_nonmatching_checksum(self):
bitbake_cmd = '-c configure emptytest'
- error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
+ error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
lic_file, lic_path = tempfile.mkstemp()
os.close(lic_file)