]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/002-i3-sync.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 002-i3-sync.t
index 7518c9493b466daf6109a96413a23885b6dd8d62..1377ee942407f8c615273212ea82e563b1134441 100644 (file)
@@ -3,13 +3,9 @@
 #
 # checks if i3 supports I3_SYNC
 #
-use X11::XCB qw(:all);
-use X11::XCB::Connection;
 use i3test;
 
-my $x = X11::XCB::Connection->new;
-
-my $result = sync_with_i3($x);
+my $result = sync_with_i3;
 ok($result, 'syncing was successful');
 
 done_testing;