From: Heinrich Schuchardt Date: Wed, 18 Oct 2017 16:13:18 +0000 (+0200) Subject: test/py: fix typo in test_efi_loader.py X-Git-Tag: v2018.01-rc2~58^2~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83dee949cb0ad33f36001f39e8aed31ed30e151b;p=u-boot test/py: fix typo in test_efi_loader.py Make a comment line easier to read. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/test/py/tests/test_efi_loader.py b/test/py/tests/test_efi_loader.py index 5d7f5dbfb2..4d391e13ef 100644 --- a/test/py/tests/test_efi_loader.py +++ b/test/py/tests/test_efi_loader.py @@ -12,7 +12,7 @@ import u_boot_utils """ Note: This test relies on boardenv_* containing configuration values to define -which the network environment available for testing. Without this, the parts +which network environment is available for testing. Without this, the parts that rely on network will be automatically skipped. For example: