aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-07-20 19:43:41 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-07-20 19:43:41 +0800
commit7ea60d3c9806a682658a3bff92a7ef3741fb3d46 (patch)
tree869495e59b533686d7ac4bf0e91fbd916f3118f5
parent908a3c34c998a42c4bb5bcebf179c85ce62c7f59 (diff)
add changelog for tester-nohack merge
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter08/bash.xml2
2 files changed, 12 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 85e8083f3..edd7e524f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,17 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2021-07-20</para>
+ <itemizedlist>
+ <listitem>
+ <para>[xry111] - Use a fixed, non-zero UID for
+ <systemitem class="username">tester</systemitem> user, and spawn a
+ new pseudoterminal to satisfy bash testsuite.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2021-07-19</para>
<itemizedlist>
<listitem>
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index 5007c2d46..46d8e00a1 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -74,7 +74,7 @@
<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
<para>The testsuite of the package is designed to be ran as a non-root
- user, owning the terminal connected to standard input. To satisify the
+ user, owning the terminal connected to standard input. To satisfy the
requirement, spawn a new pseudoterminal using
<application>Expect</application> and run the tests as the <systemitem
class="username">tester</systemitem> user:</para>