testcases: drop open_window()s $x parameter, use global one instead
This commit is contained in:
committed by
Michael Stapelberg
parent
e9acd36ce4
commit
fce7570f96
@ -5,11 +5,11 @@ use i3test;
|
||||
|
||||
my $tmp = fresh_workspace;
|
||||
|
||||
my $left = open_window($x);
|
||||
my $mid = open_window($x);
|
||||
my $left = open_window;
|
||||
my $mid = open_window;
|
||||
|
||||
cmd 'split v';
|
||||
my $bottom = open_window($x);
|
||||
my $bottom = open_window;
|
||||
|
||||
my ($nodes, $focus) = get_ws_content($tmp);
|
||||
|
||||
|
Reference in New Issue
Block a user