]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/163-wm-state.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 163-wm-state.t
index b14dd5b5c925b6cd9ec5106f7ffc218e71576495..6df2bcbddf0392a5c7d71dec0da1a158818d01f9 100644 (file)
@@ -9,8 +9,6 @@ use X11::XCB qw(ICCCM_WM_STATE_NORMAL ICCCM_WM_STATE_WITHDRAWN);
 
 my $window = open_window;
 
-sync_with_i3;
-
 is($window->state, ICCCM_WM_STATE_NORMAL, 'WM_STATE normal');
 
 $window->unmap;