Changeset 7e327a8 for chapter06


Ignore:
Timestamp:
08/15/2007 02:19:18 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
92ffeeb
Parents:
ade70e8
Message:

Merge r8309, r8311, r8317, r8318 from trunk to jh branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    rade70e8 r7e327a8  
    7676    <para>To prepare the tests, ensure that the locale
    7777    setting from our environment will be used and that the <systemitem
    78     class="username">nobody</systemitem> user can write to the sources tree:</para>
     78    class="username">nobody</systemitem> user can read the standard input
     79    device and write to the sources tree:</para>
    7980
    8081<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
     82sed -i 's@tests@&amp; &lt;/dev/tty@' tests/run-test
    8183chown -Rv nobody ./</userinput></screen>
    8284
    8385    <para>Now, run the tests as the <systemitem
    84     class="username">nobody</systemitem> user, ensuring that the standard
    85     input device is readable:</para>
     86    class="username">nobody</systemitem> user:</para>
    8687
    87 <screen><userinput>su-tools nobody -s /bin/bash -c "make tests" &lt;/dev/tty</userinput></screen>
     88<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
    8889
    8990    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.