mirror of
https://github.com/edera-dev/sprout.git
synced 2026-05-07 18:00:17 +00:00
fmt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user