diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:12:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:12:56 -0500 |
| commit | 984c3a719a731ad73f2d4b0317ab76caca96e4ac (patch) | |
| tree | e0a05adb8c683e0800bb8f522025ae50c2d26931 /tests/test-init-module-headers.el | |
| parent | 703ef0dabf927789231ea748f3e5a553d7c9e247 (diff) | |
| download | dotemacs-984c3a719a731ad73f2d4b0317ab76caca96e4ac.tar.gz dotemacs-984c3a719a731ad73f2d4b0317ab76caca96e4ac.zip | |
test: require host-environment in system-defaults tests
system-defaults reads `env-bsd-p` (host-environment) and `user-home-dir` (user-constants) at load, but the module declares both only via eval-when-compile. Loading the compiled module in isolation leaves `env-bsd-p` void, so the test failed whenever it ran outside a full init. I added the host-environment require alongside the existing user-constants require so the unit loads standalone. The production fix (promoting those eval-when-compile requires to a runtime require) is Phase 2 work, recorded in the module inventory.
Diffstat (limited to 'tests/test-init-module-headers.el')
0 files changed, 0 insertions, 0 deletions
