]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/003-ipc.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 003-ipc.t
index 296375ab9b298f80abc80aafa79d5c33021292dd..34359f20a7e28410378666bbd0f2c3665fa12295 100644 (file)
@@ -10,14 +10,14 @@ fresh_workspace;
 #####################################################################
 
 # Create a window so we can get a focus different from NULL
-my $window = open_window($x);
+my $window = open_window;
 
 my $focus = $x->input_focus;
 
 # Switch to another workspace
 fresh_workspace;
 
-sync_with_i3($x);
+sync_with_i3;
 my $new_focus = $x->input_focus;
 isnt($focus, $new_focus, "Focus changed");