]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/168-regress-fullscreen-restart.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 168-regress-fullscreen-restart.t
index 27812565f86026cca1000703cd603a7dce0d8e3b..ec8c41c815271c992d2017a7233983864b1ba550 100644 (file)
@@ -1,6 +1,19 @@
 #!perl
 # vim:ts=4:sw=4:expandtab
 #
+# Please read the following documents before working on tests:
+# • http://build.i3wm.org/docs/testsuite.html
+#   (or docs/testsuite)
+#
+# • http://build.i3wm.org/docs/lib-i3test.html
+#   (alternatively: perldoc ./testcases/lib/i3test.pm)
+#
+# • http://build.i3wm.org/docs/ipc.html
+#   (or docs/ipc)
+#
+# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
+#   (unless you are already familiar with Perl)
+#
 # Verifies that i3 survives inplace restarts with fullscreen containers
 #
 use i3test;
@@ -17,7 +30,6 @@ cmd 'fullscreen';
 sync_with_i3;
 
 cmd 'restart';
-sleep 1;
 
 does_i3_live;