diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:52:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:52:03 +0000 |
commit | 1355dbe7fcf2c42414089558dd4d6b747b21ad0c (patch) | |
tree | b2447a6387dc27ee244e7695de45998960274811 /chapter06/bash.xml | |
parent | d7ba3d2d2c5865b87af504e9d836171262d37656 (diff) |
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
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 98d966c06..c042eb830 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -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> - -<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> + <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">chown -Rv nobody .</userinput></screen> <para>Now, run the tests as the <systemitem class="username">nobody</systemitem> user:</para> |