]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/111-goto.t
testcases: drop sync_with_i3()s $x parameter, use global
[i3/i3] / testcases / t / 111-goto.t
index 5f4d7762702240a05e67f1b07f648059a4524f8f..fa9aaf3c0a62727023a2b95a9a3a3125f3d4ca98 100644 (file)
@@ -24,7 +24,7 @@ sub focus_after {
     my $msg = shift;
 
     cmd $msg;
-    sync_with_i3($x);
+    sync_with_i3;
     return $x->input_focus;
 }