diff --git a/src/steps/os/linux.rs b/src/steps/os/linux.rs index 45840d69..5865cba4 100644 --- a/src/steps/os/linux.rs +++ b/src/steps/os/linux.rs @@ -652,4 +652,9 @@ mod tests { fn test_artix() { test_template(&include_str!("os_release/artix"), Distribution::Arch); } + + #[test] + fn test_garuda() { + test_template(&include_str!("os_release/garuda"), Distribution::Arch); + } }