add changelog for tester-nohack merge

This commit is contained in:
Xi Ruoyao 2021-07-20 19:43:41 +08:00
parent 908a3c34c9
commit 7ea60d3c98
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
2 changed files with 12 additions and 1 deletions

View File

@ -42,6 +42,17 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as <listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem. 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> <listitem>
<para>2021-07-19</para> <para>2021-07-19</para>
<itemizedlist> <itemizedlist>

View File

@ -74,7 +74,7 @@
<screen><userinput remap="test">chown -Rv tester .</userinput></screen> <screen><userinput remap="test">chown -Rv tester .</userinput></screen>
<para>The testsuite of the package is designed to be ran as a non-root <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 requirement, spawn a new pseudoterminal using
<application>Expect</application> and run the tests as the <systemitem <application>Expect</application> and run the tests as the <systemitem
class="username">tester</systemitem> user:</para> class="username">tester</systemitem> user:</para>