mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
support/testing: test_gnupg2: fix runtime failure
In the precedent patch "support/testing: test_gnupg2.py: use assertRunNotOk()" [1] a small typo (OK instead of Ok) was introduced in the test_gnupg2.py file, which caused a runtime failure. This patch simply replace "self.assertRunNotOK(cmd)" with "self.assertRunNotOk(cmd)" to correct this typo. [1]cb791850adSigned-off-by: Dowan Gullient <dowan.gullient@smile.fr> [Fiona: fix commit message formatting] Signed-off-by: Fiona Klute <fiona.klute@gmx.de> (cherry picked from commitcfd7483a26) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
c833ebb3e8
commit
055e954cd4
@@ -108,4 +108,4 @@ class TestGnupg2(infra.basetest.BRTest):
|
||||
self.assertRunNotOk(cmd)
|
||||
|
||||
cmd = "gpg --armor --verify {}".format(asc_file)
|
||||
self.assertRunNotOK(cmd)
|
||||
self.assertRunNotOk(cmd)
|
||||
|
||||
Reference in New Issue
Block a user