From 6e239036bcb2867da341eeaf8671eb5c9b204ab9 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Mon, 29 Jun 2026 08:44:52 +0200 Subject: [PATCH] test_os.py: fix foopencookie test spellcheck succesfull => successful Signed-off-by: Michal Lenc --- tools/ci/testrun/script/test_os/test_os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_os/test_os.py b/tools/ci/testrun/script/test_os/test_os.py index d288aede3ca..34d6118b668 100644 --- a/tools/ci/testrun/script/test_os/test_os.py +++ b/tools/ci/testrun/script/test_os/test_os.py @@ -69,7 +69,7 @@ def test_getprime(p): def test_stdio(p): if p.board in do_not_support: pytest.skip("unsupported at {}".format(p.board)) - ret = p.sendCommand("fopencookie_test", "fopencokie tests were succesfull.") + ret = p.sendCommand("fopencookie_test", "fopencokie tests were successful.") assert ret == 0 ret = p.sendCommand("fmemopen_test", "FAILED: 0") assert ret == 0