()
| 161 | |
| 162 | #[test] |
| 163 | fn xdg_config_dir_respects_env() { |
| 164 | // This test checks the logic — actual env var mutation is unsafe so |
| 165 | // we rely on the integration tests in openshell-bootstrap for full |
| 166 | // round-trip testing. |
| 167 | let result = xdg_config_dir(); |
| 168 | assert!(result.is_ok()); |
| 169 | } |
| 170 | |
| 171 | #[test] |
| 172 | fn openshell_config_dir_appends_openshell() { |
nothing calls this directly
no test coverage detected