mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
test_os.py: fix foopencookie test spellcheck
succesfull => successful Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
93975f0817
commit
6e239036bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue