]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/164-kill-win-vs-client.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 164-kill-win-vs-client.t
index 20dd50ca349aa40596ef7e72098900cc702dcb6c..165a32cec0f90438e31d4d6472104534af55cade 100644 (file)
@@ -14,8 +14,6 @@ sub two_windows {
     my $first = open_window;
     my $second = open_window;
 
-    sync_with_i3 $x;
-
     is($x->input_focus, $second->id, 'second window focused');
     ok(@{get_ws_content($tmp)} == 2, 'two containers opened');