Files
Bjarne Øverli 9b0cbb65d4 test: fix macOS and Windows CI test failures
These surfaced once the codec libs let macOS/Windows compile and run tests:

- ipc: bind sockets under a short /tmp dir on macOS (sun_path is capped at 104 bytes; t.TempDir() under /var/folders overflows for long test names).

- plugintrust: skip the 0600 manifest-mode assertion on Windows (no Unix perm bits; Stat reports 0666).

- pluginmgr: verify the installed plugin under the temp HOME instead of os.UserHomeDir(), which ignores HOME on Windows.

- luaplugin: run the exec output test via cmd instead of PowerShell so the process exits and closes stdout promptly, letting on_exit fire.
2026-07-17 12:53:57 +02:00
..
2026-07-10 21:46:50 +02:00
2026-03-30 11:18:46 +02:00