mirror of
https://github.com/i3/i3.git
synced 2025-10-29 19:35:06 +00:00
This causes test breakage when the developer/tester is running the tests in i3, as the actual active instance socket is used instead of the test instance. Besides breaking tests, this is quite dangerous as tests like 319-gaps.t will replace the **actual** config of the user (i.e. ~/.config/i3/config) instead of the current test config. Broken after #5987