diff options
Diffstat (limited to 'chapter06')
-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> |