]> git.sur5r.net Git - i3/i3/commit
tests: Make i3 create its temporary files in /tmp/i3-testsuite
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 30 Jan 2012 15:51:48 +0000 (15:51 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 7 Feb 2012 22:38:45 +0000 (17:38 -0500)
commitefa1cada293d356d3c14913d3a0225c3012bb611
tree021575cea140bfe57a8b2b1349ce5aac22ebafb2
parentc1e0c38b271cd616d98994cbb62769419c7af93f
tests: Make i3 create its temporary files in /tmp/i3-testsuite

This behavior can be avoided by passing dont_create_temp_dir => 1 to
launch_with_config (or activate_i3).

This commit fixes t/159-socketpaths.t being flaky on non-systemd computers.
testcases/lib/SocketActivation.pm
testcases/lib/i3test.pm
testcases/t/159-socketpaths.t