Author: matthew
Date: 2010-03-18 13:52:03 -0600 (Thu, 18 Mar 2010)
New Revision: 9226

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/bash.xml
Log:
Remove some commands no longer necessary in order to run the Bash test suite. 
Fixes #2601.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-03-18 19:48:01 UTC (rev 9225)
+++ trunk/BOOK/chapter01/changelog.xml  2010-03-18 19:52:03 UTC (rev 9226)
@@ -41,6 +41,11 @@
       <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>
         </listitem>

Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml       2010-03-18 19:48:01 UTC (rev 9225)
+++ trunk/BOOK/chapter06/bash.xml       2010-03-18 19:52:03 UTC (rev 9226)
@@ -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@&amp; &lt;/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>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to