diff --git a/src/python/devtest/os/test/ListCmd.py b/src/python/devtest/os/test/ListCmd.py index 2a6224e..2b1ce01 100644 --- a/src/python/devtest/os/test/ListCmd.py +++ b/src/python/devtest/os/test/ListCmd.py @@ -136,7 +136,7 @@ class ListCmd(TestCase): # export @property def name(self): - return '(' + self.to_str(fields=['name-fields', 'cmp-fields'], only_values=True) + ')' + return self.parent._row_name(self) @property def line(self):