diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-01 14:38:33 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-01 14:38:33 +0000 |
commit | aa990c980fbcbb265a3da648f35cf8bd72ba0ae2 (patch) | |
tree | 0af517d1c0274993c1b1dead537e617b583dd42c /chapter06 | |
parent | 3a56c9a7fba6fb4f384323c4f0f7049285416e2d (diff) |
Update to upstream r11887
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 4d06fc2a3..650c33ade 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -83,14 +83,14 @@ <screen><userinput remap="test">su tester << EOF PATH=$PATH make tests < $(tty) EOF</userinput></screen> - +<!-- <para>The <systemitem class="username">tester</systemitem> user does not have enough permissions for all the tests to pass. This shows up in some <quote>diff</quote> output in four test results. Portions of the run-execscript, run-lastpipe, run-read, and run-test programs are known to fail in the LFS chroot environment, but pass if the tests are run in a full system.</para> - +--> <para>Install the package and move the main executable to <filename class='directory'>/bin</filename>:</para> |