This commit is contained in:
Benjamin Leggett
2026-03-25 16:13:46 -04:00
parent c1115af841
commit c44b429553
2 changed files with 0 additions and 3 deletions

View File

@@ -347,7 +347,6 @@ mod tests {
assert!(config.ends_with('\n'));
}
#[test]
fn kernel_prefix_exact_match() {
assert_eq!(
@@ -381,7 +380,6 @@ mod tests {
assert!(match_kernel_prefix("vmlinuz6.1", LINUX_KERNEL_PREFIXES).is_none());
}
#[test]
fn initramfs_candidates_with_suffix() {
let candidates: Vec<_> = initramfs_candidates("-6.1.0", LINUX_INITRAMFS_PREFIXES).collect();