cross-ng: Remove phrases specifically for chroot from PTY test

This commit is contained in:
Xi Ruoyao 2024-02-08 12:46:28 +08:00
parent c7c614de28
commit 4d7ccf4331
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -57,11 +57,10 @@
<para>This command should output <computeroutput>ok</computeroutput>. <para>This command should output <computeroutput>ok</computeroutput>.
If, instead, the output includes <computeroutput>OSError: out of pty If, instead, the output includes <computeroutput>OSError: out of pty
devices</computeroutput>, then the environment is not set up for proper devices</computeroutput>, then the environment is not set up for proper
PTY operation. You need to exit from the chroot environment, read PTY operation. You need to read
<xref linkend='ch-tools-kernfs'/> again, and ensure the <xref linkend='ch-tools-kernfs'/> again, and ensure the
<systemitem class="filesystem">devpts</systemitem> file system (and <systemitem class="filesystem">devpts</systemitem> file system (and
other virtual kernel file systems) mounted correctly. Then reenter other virtual kernel file systems) mounted correctly.
the chroot environment following <xref linkend='ch-tools-chroot'/>.
This issue needs to be resolved before continuing, or the test suites This issue needs to be resolved before continuing, or the test suites
requring Expect (for example the test suites of Bash, Binutils, GCC, requring Expect (for example the test suites of Bash, Binutils, GCC,
GDBM, and of course Expect itself) will fail catastrophically, and other GDBM, and of course Expect itself) will fail catastrophically, and other