aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/tests/utils.py')
-rw-r--r--lib/bb/tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/tests/utils.py b/lib/bb/tests/utils.py
index a035ccf17..6ded4dfd1 100644
--- a/lib/bb/tests/utils.py
+++ b/lib/bb/tests/utils.py
@@ -176,7 +176,7 @@ do_functionname() {
# Test file doesn't get modified with some the same values
self._testeditfile({'THIS': ('that', None, 0, True),
'OTHER': ('anothervalue', None, 0, True),
- 'MULTILINE3': (' c1 c2 c3', None, 4, False)}, self._origfile)
+ 'MULTILINE3': (' c1 c2 c3 ', None, 4, False)}, self._origfile)
def test_edit_metadata_file_1(self):