]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/132-move-workspace.t
testcases: let i3test.pm export $x, adapt testcases
[i3/i3] / testcases / t / 132-move-workspace.t
index 82e59dd11cea0f1373fe2dacc76187a2f9e0e2fb..1643fc756cece0d274db3a7b721f6729cbb03125 100644 (file)
@@ -9,7 +9,6 @@ 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
-my $x = X11::XCB::Connection->new;
 $x->root->warp_pointer(0, 0);
 
 my $tmp = get_unused_workspace();