diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-10-18 18:13:18 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2017-12-01 13:22:55 +0100 |
commit | 83dee949cb0ad33f36001f39e8aed31ed30e151b (patch) | |
tree | fb8b074bd9694bebb50c4c54f4f6a25b0393a7de /test | |
parent | df172e117d1d9a24a116cbd84bbb6034f260c889 (diff) | |
download | u-boot-83dee949cb0ad33f36001f39e8aed31ed30e151b.zip u-boot-83dee949cb0ad33f36001f39e8aed31ed30e151b.tar.gz u-boot-83dee949cb0ad33f36001f39e8aed31ed30e151b.tar.bz2 |
test/py: fix typo in test_efi_loader.py
Make a comment line easier to read.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'test')
-rw-r--r-- | test/py/tests/test_efi_loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_efi_loader.py b/test/py/tests/test_efi_loader.py index 5d7f5db..4d391e1 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: |