summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-03 09:31:34 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-03 09:31:34 +0100
commitc4d015a282ca4e99c670d2390605a7901c3f7e94 (patch)
tree8733b280ed68ce458dcb4d1c18f3db9a37f530e9 /testsuite.py
parent1a99571978e5c9aab23bbcc54d670d4afa23e62a (diff)
Fix error in comment
s/absolute/relative/
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py
index ce72195..4fe2da5 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1147,8 +1147,8 @@ g
"defconfig_filename should return the existent file "
"Kconfiglib/tests/defconfig_2")
- # Should also look relative to $srctree if the defconfig is an absolute
- # path and not found
+ # Should also look relative to $srctree if the specified defconfig is a
+ # relative path and can't be opened
c = Kconfig("Kconfiglib/tests/Kdefconfig_srctree")
verify(c.defconfig_filename == "Kconfiglib/tests/defconfig_2",