[elbe-devel] [PATCH 02/10] tests: simple-validation-image: Fix validation of whitespace in finetuning file

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Feb 28 14:25:07 CET 2025


The finetuning <file> element now preserves trailing whitespace.
Update the test.

Fixes: 15c6f72e12e1 ("elbepack: finetuning: be more careful with whitespace in plain encoding")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 tests/simple-validation-image-test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/simple-validation-image-test.py b/tests/simple-validation-image-test.py
index ea7287ca9cbc18ca68506ae73db2e5c4417aaabb..4e1fdff172eaeb0c757395f595eab7b8d36447ae 100755
--- a/tests/simple-validation-image-test.py
+++ b/tests/simple-validation-image-test.py
@@ -184,7 +184,7 @@ def _test_finetuning(root):
     # 	Some cöntent wíth spe©ial characters
     # </file>
     assert root.joinpath('testfile').is_file()
-    assert root.joinpath('testfile').read_text() == 'Some cöntent wíth spe©ial characters'
+    assert root.joinpath('testfile').read_text() == 'Some cöntent wíth spe©ial characters\n'
 
     # <command>cat /etc/hosts | cat -n > /etc/hosts4</command>
     assert root.joinpath('etc', 'hosts4').is_file()

-- 
2.48.1



More information about the elbe-devel mailing list