]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/147-regress-floatingmove.t
testcases: let i3test.pm export $x, adapt testcases
[i3/i3] / testcases / t / 147-regress-floatingmove.t
index 5f14741b732902dcce6b95dbab5832d3ad5ac9b0..74adef69157ba9d6f0d9d324580aa66a31f36ad7 100644 (file)
@@ -4,16 +4,8 @@
 # Regression test for moving a con outside of a floating con when there are no
 # tiling cons on a workspace
 #
-use X11::XCB qw(:all);
-use Time::HiRes qw(sleep);
 use i3test;
 
-BEGIN {
-    use_ok('X11::XCB::Window');
-}
-
-my $x = X11::XCB::Connection->new;
-
 my $tmp = fresh_workspace;
 
 my $left = open_window($x);