]> git.sur5r.net Git - i3/i3/commitdiff
t/132-move-workspace: add missing sync_with_i3
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Dec 2012 15:55:22 +0000 (16:55 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Dec 2012 15:55:22 +0000 (16:55 +0100)
testcases/t/132-move-workspace.t

index d09910397a81de46e0cbd50938177967bdbebd51..6367488a3b4b6495fe872c356049e7b10bba31d5 100644 (file)
@@ -23,6 +23,7 @@ my $i3 = i3(get_socket_path());
 # We move the pointer out of our way to avoid a bug where the focus will
 # be set to the window under the cursor
 $x->root->warp_pointer(0, 0);
+sync_with_i3;
 
 sub move_workspace_test {
     my ($movecmd) = @_;