From d25dfa8cb41efdea5b648a662cc876dc4325d955 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 18 Jul 2014 19:43:49 +0000 Subject: Clarify failing tests for coreutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter06/coreutils.xml') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b166d4c63..8ea10f912 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -102,7 +102,9 @@ chown -Rv nobody . Now run the tests. Make sure the PATH in the su - environment includes /tools/bin. + environment includes /tools/bin. Note that one test (nohup.sh) will fail if the + tests are not run from a normal terminal and one test (p-acl.sh) will indicate + an error if the lfs partition is not mounted with the acl option. su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" -- cgit v1.2.3-54-g00ecf