aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/module-init-tools.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index fe8019dd6..deed1647e 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -44,7 +44,7 @@ perform the tests (note that the <command>make distclean</command> command is
required to clean up the source tree, as the source gets recompiled as part of
the testing process):</para>
-<screen><userinput>tar -xvf module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
./configure &amp;&amp;
make check &amp;&amp;
make distclean</userinput></screen>