Browse Source

Document bash test results

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Pierre Labastie 4 years ago
parent
commit
29b86b4b3a
3 changed files with 16 additions and 3 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/bash.xml
  3. 3 3
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -42,6 +42,15 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     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>

+ 4 - 0
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>
 

+ 3 - 3
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 &ndash; -->