Sam Ford 473f448b22
OnSystem: handle non-macOS current_os values
The `OnSystem.os_condition_met?` method only handles Linux and macOS
values for the current OS, so this fails when testing with a generic
OS. This shortcoming is only being surfaced now because there weren't
any tests for `OnSystem` before.

This addresses the issue by accounting for macOS values (`:macos` or
a symbol from `MacOSVersion::SYMBOLS`) and returning `false` for any
other values (`:linux`, `:generic`, etc.).
2025-06-08 10:13:40 -04:00
..
2024-10-17 23:45:25 -07:00
2024-10-02 10:03:12 -07:00
2025-02-06 21:04:08 -08:00
2024-05-01 11:35:21 +02:00
2024-08-23 05:59:00 +01:00
2024-08-13 13:30:49 -06:00