make in-place restarts use socket activation, too (for faster/less flaky tests)

This commit is contained in:
Michael Stapelberg
2012-01-21 23:03:09 +00:00
parent 3b7f4d428e
commit 318d4fdeef
10 changed files with 37 additions and 16 deletions

View File

@ -28,8 +28,6 @@ is(get_border_style(), '1pixel', 'border style 1pixel after changing');
# perform an inplace-restart
cmd 'restart';
sleep 0.25;
does_i3_live;
is(get_border_style(), '1pixel', 'border style still 1pixel after restart');