diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 94c276360..68ff3b356 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -123,20 +123,18 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
chown -R tester .
- Now run the tests:
+
+ Now run the tests (using /dev/null for the
+ standard input, or two tests may be broken if building LFS in a
+ graphical terminal or a session in SSH or GNU Screen etc. because the
+ standard input is connected to a PTY from host distro, and the device
+ node for such a PTY cannot be accessed from the LFS chroot
+ environment):
-su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"
-
-
+su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" < /dev/null
Remove the temporary group: