]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: fix section mapping in test_ukify.py
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 2 Dec 2023 09:26:05 +0000 (10:26 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 3 Dec 2023 12:34:43 +0000 (12:34 +0000)
commit8244f394da43bbb317a27b2818c20823a7649c4a
treeb03d7f77f309a47a7ee8cf9c81ab4fa4b8f2dded
parent1707d5daf8f46279884a54ebd877afff3e5a4611
tests: fix section mapping in test_ukify.py

The regexp only worked if the sections were small enough for the size to
start with "0". I have an initrd that is 0x1078ec7e bytes, so the tests
would spuriously fail.
src/ukify/test/test_ukify.py