diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 026e806e2..8b66d43c8 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -119,8 +119,9 @@ <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - <para>The test-getlogin test is known to fail on a virtual console such as - the chroot environment here, but passes if run in an X terminal.</para> + <para>The test programs test-getlogin and date-debug are known to fail in a + partially built system environment like the chroot environment here, but + pass if run at the end of this chapter.</para> <para>Remove the temporary group:</para> |