diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 9bcf12f07..5309bb796 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -74,14 +74,10 @@ <screen><userinput remap="make">make</userinput></screen> <para>The test suite needs some custom modifications for LFS. - The <command>which</command> command is not available, and the - <command>slabtop</command> test may return more than 999,999 objects. - Also fix one test that fails when scripting does not use a tty device. + Remove the test that fails when scripting does not use a tty device. To run the test suite, run the following commands:</para> -<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|&9|9999999|' testsuite/config/unix.exp -sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp +<screen><userinput remap="test">sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp make check</userinput></screen> @@ -93,7 +89,7 @@ make check</userinput></screen> <filename class="directory">/usr</filename> is not mounted.</para> <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib -ln -sfv ../../lib/libprocps.so.1.1.1 /usr/lib/libprocps.so</userinput></screen> +ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen> </sect2> |