]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/156-fullscreen-focus.t
testcases: let i3test.pm export $x, adapt testcases
[i3/i3] / testcases / t / 156-fullscreen-focus.t
index a559b5a5134cb81c4238924167d7bc760797b9d3..e188b375e5e0ef594866a0a06462226b034c67c0 100644 (file)
@@ -4,14 +4,8 @@
 # Test if new containers get focused when there is a fullscreen container at
 # the time of launching the new one.
 #
-use X11::XCB qw(:all);
 use i3test;
 
-BEGIN {
-    use_ok('X11::XCB::Window');
-}
-
-my $x = X11::XCB::Connection->new;
 my $i3 = i3(get_socket_path());
 
 my $tmp = fresh_workspace;