mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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>