testcases: let i3test.pm export $x, adapt testcases
This commit is contained in:
committed by
Michael Stapelberg
parent
1b1d7941ec
commit
30ea33decb
@ -4,14 +4,9 @@
|
||||
# Regression test for setting the urgent hint on dock clients.
|
||||
# found in 4be3178d4d360c2996217d811e61161c84d25898
|
||||
#
|
||||
use X11::XCB qw(:all);
|
||||
use i3test;
|
||||
use X11::XCB 'WINDOW_CLASS_INPUT_OUTPUT';
|
||||
|
||||
BEGIN {
|
||||
use_ok('X11::XCB::Window');
|
||||
}
|
||||
|
||||
my $x = X11::XCB::Connection->new;
|
||||
my $i3 = i3(get_socket_path());
|
||||
|
||||
my $tmp = fresh_workspace;
|
||||
|
Reference in New Issue
Block a user