mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
support/testing/tests/package/test_acpica.py: fix typos in comments
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 670f6a4bf5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -43,12 +43,12 @@ class TestAcpica(infra.basetest.BRTest):
|
||||
cmd += " | grep -F '\"Hello Buildroot!\"'"
|
||||
self.assertRunOk(cmd)
|
||||
|
||||
# INT1 is exepcted to be 12345678
|
||||
# INT1 is expected to be 12345678
|
||||
cmd = "acpiexec -b 'evaluate INT1' dsdt.aml"
|
||||
cmd += " | grep -F 12345678"
|
||||
self.assertRunOk(cmd)
|
||||
|
||||
# Evalute the TEST method which prints its argument
|
||||
# Evaluate the TEST method which prints its argument
|
||||
cmd = "acpiexec -b 'evaluate TST2 \"Hello World\"' dsdt.aml"
|
||||
cmd += " | grep -F 'Arg0=Hello World'"
|
||||
self.assertRunOk(cmd)
|
||||
|
||||
Reference in New Issue
Block a user