diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-27 19:36:20 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-27 19:36:20 +0000 |
commit | 29b86b4b3a9a9f042d873d15f6fc363d3eff0327 (patch) | |
tree | 9ef723ba060d118d357bb4fc2c59938b6a4900f6 /chapter06/bash.xml | |
parent | 59b66d792f68908b95b7d91d45d5573722d9ec82 (diff) |
Document bash test results
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 953c4ad72..0c7f7f062 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -89,6 +89,10 @@ EOF</userinput></screen> reason is that the <option>-c</option> option runs the command without a controlling terminal, while the bash test suite needs one.</para> + <para>Nevertheless, the <systemitem class="username">nobody</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.</para> + <para>Install the package and move the main executable to <filename class='directory'>/bin</filename>:</para> |