test_os.py: fix foopencookie test spellcheck

succesfull => successful

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc 2026-06-29 08:44:52 +02:00
parent 93975f0817
commit 6e239036bc

View file

@ -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