diff options
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/utils.py b/bitbake/lib/bb/tests/utils.py index a035ccf179..6ded4dfd13 100644 --- a/bitbake/lib/bb/tests/utils.py +++ b/bitbake/lib/bb/tests/utils.py | |||
@@ -176,7 +176,7 @@ do_functionname() { | |||
176 | # Test file doesn't get modified with some the same values | 176 | # Test file doesn't get modified with some the same values |
177 | self._testeditfile({'THIS': ('that', None, 0, True), | 177 | self._testeditfile({'THIS': ('that', None, 0, True), |
178 | 'OTHER': ('anothervalue', None, 0, True), | 178 | 'OTHER': ('anothervalue', None, 0, True), |
179 | 'MULTILINE3': (' c1 c2 c3', None, 4, False)}, self._origfile) | 179 | 'MULTILINE3': (' c1 c2 c3 ', None, 4, False)}, self._origfile) |
180 | 180 | ||
181 | def test_edit_metadata_file_1(self): | 181 | def test_edit_metadata_file_1(self): |
182 | 182 | ||