]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-72-SYSUPDATE: Use some very long partition names
authorDaan De Meyer <daan@amutable.com>
Thu, 12 Feb 2026 19:34:27 +0000 (20:34 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 21:57:05 +0000 (21:57 +0000)
To catch issues like https://github.com/systemd/systemd/issues/40658.
The commit that fixes that issue can make the name even longer to ensure
we don't regress again in this regard.

(cherry picked from commit 48f0f1fd81115f9c9121f4f16b8f68abd5dad0eb)
(cherry picked from commit a66721b87968b6bcef625ba6d4c4d4b1885d9c30)
(cherry picked from commit 3784eea832a1224ad3fdc6cff70039fe45299519)

test/units/TEST-72-SYSUPDATE.sh

index 93a5ffb87f12dbf4bcc3e80a2cc042b873a19f8c..100ebf26ae3bae500ede831badc2619fb7610afb 100755 (executable)
@@ -183,7 +183,7 @@ MatchPattern=part2-@v.raw.gz
 [Target]
 Type=partition
 Path=$blockdev
-MatchPattern=part2-@v
+MatchPattern=a-very-long-partition-name-@v
 MatchPartitionType=root-x86-64-verity
 EOF
 
@@ -375,7 +375,7 @@ MatchPattern=part2-@v.raw.gz
 [Target]
 Type=partition
 Path=$blockdev
-MatchPattern=part2-@v
+MatchPattern=a-very-long-partition-name-@v
 MatchPartitionType=root-x86-64-verity
 EOF