]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/140-focus-lost.t
testcases: don't sync_with_i3() before $x->input_focus
[i3/i3] / testcases / t / 140-focus-lost.t
index e7388fd9bac8317058f2a3a1da93b0ef426c609e..2d3c157013ce8106fb51599ccb51143950b3430b 100644 (file)
@@ -22,8 +22,6 @@ my $left = open_window;
 my $mid = open_window;
 my $right = open_window;
 
-sync_with_i3;
-
 diag("left = " . $left->id . ", mid = " . $mid->id . ", right = " . $right->id);
 
 is($x->input_focus, $right->id, 'Right window focused');