testcases: let i3test.pm export $x, adapt testcases
This commit is contained in:
committed by
Michael Stapelberg
parent
1b1d7941ec
commit
30ea33decb
@ -3,12 +3,8 @@
|
||||
#
|
||||
# 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);
|
||||
ok($result, 'syncing was successful');
|
||||
|
||||
|
Reference in New Issue
Block a user