]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/119-match.t
testcases: drop open_window()s $x parameter, use global one instead
[i3/i3] / testcases / t / 119-match.t
index cad8163ff9f8136f62e8df745395fb6326a0d690..e2e553f439b372c52cabcf3ee5c579c7a47bec1a 100644 (file)
@@ -11,7 +11,7 @@ my $tmp = fresh_workspace;
 ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
 
 # Open a new window
-my $window = open_window($x);
+my $window = open_window;
 my $content = get_ws_content($tmp);
 ok(@{$content} == 1, 'window mapped');
 my $win = $content->[0];