diff options
Diffstat (limited to 'chapter06')
-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 8b66d43c8..c2e3d9447 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -119,9 +119,10 @@ <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - <para>The test programs test-getlogin and date-debug are known to fail in a + <para>The test program test-getlogin is 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> + passes if run at the end of this chapter. The test program tty.sh is + also known to fail.</para> <para>Remove the temporary group:</para> |