Fix a potential test error in procps-ng

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-02-27 22:49:07 +00:00
parent 0a6ae52069
commit 01797eb3c8
3 changed files with 19 additions and 6 deletions

View File

@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
<para>2013-02-27</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix a potential test error in procps-ng.
Thanks to Pierre Labastie for the patch. Fixes
<ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2013-02-26</para>
<itemizedlist>

View File

@ -74,12 +74,14 @@
<screen><userinput remap="make">make</userinput></screen>
<para>The test suite needs some custom modifications for LFS.
The <command>which</command> is not available and the
The <command>which</command> command is not available, the
<command>pmap</command> test does not match a newline character in
two tests. To run the test suite, run the following commands:</para>
two tests, and the <command>slabtop</command> test may return more than
999,999 objects. To run the test suite, run the following commands:</para>
<screen><userinput remap="test">pushd testsuite
sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
-e 's|999999|&amp;9|' config/unix.exp
sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
make site.exp
DEJAGNU=global-conf.exp runtest

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-2013026">
<!ENTITY releasedate "February 26, 2013">
<!ENTITY version "SVN-2013027">
<!ENTITY releasedate "February 27, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->