You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): use platform-specific paths in test_validate_command_nonexistent
Use Windows-style path on Windows (C:\...) and Unix-style path on Unix (/.../),
fixing Windows test failure where Unix-style absolute path was not recognized
as valid on Windows.
Fixes: command::tests::test_validate_command_nonexistent on Windows CI
All 352 tests passing.
0 commit comments