Ticket #3293: fix-props-test.patch
File fix-props-test.patch, 1.2 KB (added by , 12 years ago) |
---|
-
chapter06/procps.xml
old new 74 74 <screen><userinput remap="make">make</userinput></screen> 75 75 76 76 <para>The test suite needs some custom modifications for LFS. 77 The <command>which</command> is not available andthe77 The <command>which</command> command is not available, the 78 78 <command>pmap</command> test does not match a newline character in 79 two tests. To run the test suite, run the following commands:</para> 79 two tests, and the <command>slabtop</command> test may return more than 80 999,999 objects. To run the test suite, run the following commands:</para> 80 81 81 82 <screen><userinput remap="test">pushd testsuite 82 sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp 83 sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ 84 -e 's|999999|&9|' config/unix.exp 83 85 sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp 84 86 make site.exp 85 87 DEJAGNU=global-conf.exp runtest