]> git.sur5r.net Git - i3/i3.github.io/blobdiff - docs/4.14/testsuite.html
save docs for 4.14
[i3/i3.github.io] / docs / 4.14 / testsuite.html
index 35631251d65c3a92b012d9227bd312f6fa90106f..894676538921354360ce01bfe05f69ec8f0f6a06 100644 (file)
@@ -85,14 +85,14 @@ The "Modern Perl" book, which can be found at
 <p>\r
 The latest Perl documentation of the "i3test" (general testcase setup) and\r
    "i3test::Test" (additional test instructions) modules:\r
-   <a href="http://build.i3wm.org/docs/lib-i3test.html">http://build.i3wm.org/docs/lib-i3test.html</a> respectively\r
-   <a href="http://build.i3wm.org/docs/lib-i3test-test.html">http://build.i3wm.org/docs/lib-i3test-test.html</a>\r
+   <a href="https://build.i3wm.org/docs/lib-i3test.html">https://build.i3wm.org/docs/lib-i3test.html</a> respectively\r
+   <a href="https://build.i3wm.org/docs/lib-i3test-test.html">https://build.i3wm.org/docs/lib-i3test-test.html</a>\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
 The latest documentation on i3’s IPC interface:\r
-   <a href="http://build.i3wm.org/docs/ipc.html">http://build.i3wm.org/docs/ipc.html</a>\r
+   <a href="https://build.i3wm.org/docs/ipc.html">https://build.i3wm.org/docs/ipc.html</a>\r
 </p>\r
 </li>\r
 </ol></div>\r
@@ -140,7 +140,7 @@ client, simply called <tt>cpan</tt>. It comes with every Perl installation and c
 used to install the testsuite. Many users prefer to use the more modern\r
 <tt>cpanminus</tt> instead, though (because it asks no questions and just works):</p></div>\r
 <div class="paragraph"><p>The tests additionally require <tt>Xephyr(1)</tt> to run a nested X server. Install\r
-<tt>xserver-xephyr</tt> on Debian or <tt>xorg-xserver-xephyr</tt> on Arch Linux.</p></div>\r
+<tt>xserver-xephyr</tt> on Debian or <tt>xorg-server-xephyr</tt> on Arch Linux.</p></div>\r
 <div class="listingblock">\r
 <div class="title">Installing testsuite dependencies using cpanminus (preferred)</div>\r
 <div class="content">\r
@@ -148,6 +148,7 @@ used to install the testsuite. Many users prefer to use the more modern
 $ sudo apt-get install cpanminus\r
 $ sudo cpanm .\r
 $ cd ~/i3/AnyEvent-I3\r
+$ sudo cpanm Module::Install\r
 $ sudo cpanm .</tt></pre>\r
 </div></div>\r
 <div class="paragraph"><p>If you don’t want to use cpanminus for some reason, the same works with cpan:</p></div>\r
@@ -157,10 +158,11 @@ $ sudo cpanm .</tt></pre>
 <pre><tt>$ cd ~/i3/testcases\r
 $ sudo cpan .\r
 $ cd ~/i3/AnyEvent-I3\r
+$ sudo cpan Module::Install\r
 $ sudo cpan .</tt></pre>\r
 </div></div>\r
 <div class="paragraph"><p>In case you don’t have root permissions, you can also install into your home\r
-directory, see <a href="http://michael.stapelberg.de/cpan/">http://michael.stapelberg.de/cpan/</a></p></div>\r
+directory, see <a href="https://michael.stapelberg.de/cpan/">https://michael.stapelberg.de/cpan/</a></p></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_mechanisms">3.2. Mechanisms</h3>\r
@@ -295,7 +297,7 @@ use this tool to judge how effective your tests are.</p></div>
 interface which i3 provides. It is used for the startup process of i3, for\r
 terminating it cleanly and (most importantly) for modifying and getting the\r
 current state (layout tree).</p></div>\r
-<div class="paragraph"><p>See [<a href="http://i3wm.org/docs/ipc.html">http://i3wm.org/docs/ipc.html</a>] for documentation on the IPC interface.</p></div>\r
+<div class="paragraph"><p>See [<a href="https://i3wm.org/docs/ipc.html">https://i3wm.org/docs/ipc.html</a>] for documentation on the IPC interface.</p></div>\r
 </div>\r
 <div class="sect3">\r
 <h4 id="_x11_xcb">3.2.4. X11::XCB</h4>\r