]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/119-match.t
testcases: drop sync_with_i3()s $x parameter, use global
[i3/i3] / testcases / t / 119-match.t
index e2e553f439b372c52cabcf3ee5c579c7a47bec1a..2124c02ef7d28a472bf4969af68480a8453b35d0 100644 (file)
@@ -101,7 +101,7 @@ ok(@{$content} == 2, 'two windows opened');
 
 cmd '[class="special" title="left"] kill';
 
-sync_with_i3($x);
+sync_with_i3;
 
 $content = get_ws_content($tmp);
 is(@{$content}, 1, 'one window still there');