mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Change bash stdin test fix to affect only the necessary script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a44a1c3a1f
commit
b2f6f2443f
@ -36,12 +36,12 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<!-- replace with real entry -->
|
||||
<listitem>
|
||||
<para>2007-08-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Started 7.0 milestone.</para>
|
||||
<para>[dnicholson] - Changed the Bash testsuite standard input fix
|
||||
to only affect the necessary test script.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -75,16 +75,17 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
|
||||
|
||||
<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 write to the sources tree:</para>
|
||||
class="username">nobody</systemitem> user can read the standard input
|
||||
device and write to the sources tree:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
|
||||
sed -i 's@tests@& </dev/tty@' tests/run-test
|
||||
chown -Rv nobody ./</userinput></screen>
|
||||
|
||||
<para>Now, run the tests as the <systemitem
|
||||
class="username">nobody</systemitem> user, ensuring that the standard
|
||||
input device is readable:</para>
|
||||
class="username">nobody</systemitem> user:</para>
|
||||
|
||||
<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" </dev/tty</userinput></screen>
|
||||
<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user