]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/148-regress-floatingmovews.t
testcases: drop open_window()s $x parameter, use global one instead
[i3/i3] / testcases / t / 148-regress-floatingmovews.t
index 0e6345b28a0139bbde60dd0407e715dcfa9aaf95..44d5a4454a8a6a00952259f7bd4f37fca89799a8 100644 (file)
@@ -9,13 +9,13 @@ use i3test;
 my $tmp = fresh_workspace;
 
 # open a tiling window on the first workspace
-open_window($x);
+open_window;
 #sleep 0.25;
 my $first = get_focused($tmp);
 
 # on a different ws, open a floating window
 my $otmp = fresh_workspace;
-open_window($x);
+open_window;
 #sleep 0.25;
 my $float = get_focused($otmp);
 cmd 'mode toggle';