]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/170-force_focus_wrapping.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 170-force_focus_wrapping.t
index bf66c44e8b45b61f289907eb638413fa018617ac..7949ce665f5ec4cc437c77c6de1bf0e2cc03ddee 100644 (file)
@@ -1,10 +1,9 @@
 #!perl
 # vim:ts=4:sw=4:expandtab
-# !NO_I3_INSTANCE! will prevent complete-run.pl from starting i3
 #
 # Tests if the 'force_focus_wrapping' config directive works correctly.
 #
-use i3test;
+use i3test i3_autostart => 0;
 
 #####################################################################
 # 1: test the wrapping behaviour without force_focus_wrapping
@@ -70,8 +69,6 @@ cmd 'focus parent';
 
 $third = open_window;
 
-sync_with_i3($x);
-
 is($x->input_focus, $third->id, 'third window focused');
 
 cmd 'focus left';