diff --git a/src/python/devtest/os/test/ListCmd.py b/src/python/devtest/os/test/ListCmd.py index b233b50..2a6224e 100644 --- a/src/python/devtest/os/test/ListCmd.py +++ b/src/python/devtest/os/test/ListCmd.py @@ -56,7 +56,7 @@ class ListCmd(TestCase): # export if type(val) != list: raise Exception('Found attribute {}="{}" of unexpected value type {}'.format(key, val, type(val))) if feature in val: # first match - return True + return key == key_ return False def check_attrib(self, key, features):