mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 23:41:58 +00:00
I had to change the smoke test because it had a couple issues: - The IPC socket had the wrong permissions because I didn't realize you can tell `su` / `sudo` / `runuser` to set a group in addition to setting a user - It had a hard-coded timer of 12 seconds, and one time the test failed because the IPC service exited before the GUI finished loading. So I changed it so the IPC service in smoke test mode will wait forever for exactly one client, then quit ```[tasklist] ### Tasks - [x] Run `chown` in the Ubuntu smoke test ```