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 | |
parent | 59b66d792f68908b95b7d91d45d5573722d9ec82 (diff) |
Document bash test results
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/bash.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3fe82a0bc..9166a3919 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-05-27</para> + <itemizedlist> + <listitem> + <para>[pierre] - Bash: document test results.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-05-26</para> <itemizedlist> <listitem> 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> diff --git a/general.ent b/general.ent index 60846c9a0..952a2e98d 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200526"> +<!ENTITY version "SVN-20200527"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20200526-systemd"> +<!ENTITY versiond "20200527-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 26th, 2020"> +<!ENTITY releasedate "May 27th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |