]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/164-kill-win-vs-client.t
tests: add test for ticket #561 (floating window size when changing border)
[i3/i3] / testcases / t / 164-kill-win-vs-client.t
index 5c11234109e3764221446bb79aeb1888e1c83dce..165a32cec0f90438e31d4d6472104534af55cade 100644 (file)
@@ -14,8 +14,6 @@ sub two_windows {
     my $first = open_window;
     my $second = open_window;
 
-    sync_with_i3;
-
     is($x->input_focus, $second->id, 'second window focused');
     ok(@{get_ws_content($tmp)} == 2, 'two containers opened');