]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/156-fullscreen-focus.t
testcases: drop sync_with_i3()s $x parameter, use global
[i3/i3] / testcases / t / 156-fullscreen-focus.t
index 78323990e14c85774174722fb8e18fbdf607b1f9..75133cae3973149f00f3e85cddb2e27cbdc96c2a 100644 (file)
@@ -46,7 +46,7 @@ my $third = open_window({
 
 $third->map;
 
-sync_with_i3 $x;
+sync_with_i3;
 
 diag("third = " . $third->id);
 
@@ -58,7 +58,7 @@ cmd "move workspace $tmp2";
 
 # verify that the third window has the focus
 
-sync_with_i3($x);
+sync_with_i3;
 
 is($x->input_focus, $third->id, 'third window focused');