From c4d015a282ca4e99c670d2390605a7901c3f7e94 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 3 Nov 2017 09:31:34 +0100 Subject: Fix error in comment s/absolute/relative/ --- testsuite.py | 4 ++-- 1 file 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", -- cgit v1.2.3