t/132-move-workspace: add missing sync_with_i3

next
Michael Stapelberg 2012-12-27 16:55:22 +01:00
parent 54fd3d3480
commit 1b62feccac
1 changed files with 1 additions and 0 deletions

View 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) = @_;