From 1b62feccac159d6aca98a4443de081d437f8f1a6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 27 Dec 2012 16:55:22 +0100 Subject: [PATCH] t/132-move-workspace: add missing sync_with_i3 --- testcases/t/132-move-workspace.t | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/t/132-move-workspace.t b/testcases/t/132-move-workspace.t index d0991039..6367488a 100644 --- a/testcases/t/132-move-workspace.t +++ b/testcases/t/132-move-workspace.t @@ -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) = @_;