]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/113-urgent.t
testcases: drop open_window()s $x parameter, use global one instead
[i3/i3] / testcases / t / 113-urgent.t
index 2b78b882d1adbb0b184324a4b8679f9f791d511a..fcfd11e7dd318237956297d734b2ba81a0145478 100644 (file)
@@ -12,8 +12,8 @@ my $tmp = fresh_workspace;
 
 cmd 'split v';
 
-my $top = open_window($x);
-my $bottom = open_window($x);
+my $top = open_window;
+my $bottom = open_window;
 
 my @urgent = grep { $_->{urgent} } @{get_ws_content($tmp)};
 is(@urgent, 0, 'no window got the urgent flag');