mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Remove some commands no longer necessary in order to run the Bash test suite. Fixes #2601.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d7ba3d2d2c
commit
1355dbe7fc
@ -40,6 +40,11 @@
|
||||
<listitem>
|
||||
<para>2010-03-18</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Remove commands no longer necessary in order to run
|
||||
the Bash test suite. Fixes
|
||||
<ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] Upgrade to Binutils-2.20.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
|
||||
|
@ -75,14 +75,9 @@
|
||||
<para>Skip down to <quote>Install the
|
||||
package</quote> if not running the test suite.</para>
|
||||
|
||||
<para>To prepare the tests, ensure that the locale
|
||||
setting from our environment will be used and that the <systemitem
|
||||
class="username">nobody</systemitem> user can read the standard input
|
||||
device and write to the sources tree:</para>
|
||||
<para>To prepare the tests, ensure that the <systemitem class="username">nobody</systemitem> user can write to the sources tree:</para>
|
||||
|
||||
<screen><userinput remap="test">sed -i 's/LANG/LC_ALL/' tests/intl.tests
|
||||
sed -i 's@tests@& </dev/tty@' tests/run-test
|
||||
chown -Rv nobody ./</userinput></screen>
|
||||
<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
|
||||
|
||||
<para>Now, run the tests as the <systemitem
|
||||
class="username">nobody</systemitem> user:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user