diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 424ac8d05..e34052bbf 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -114,11 +114,12 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ Now the test suite is ready to be run. First, run the tests that are meant to be run as user root: -make NON_ROOT_USERNAME=tester check-root - - - One test named chroot-credentials.sh is - known to fail, but it will pass after booting the LFS system. + +su -c 'make NON_ROOT_USERNAME=tester check-root' We're going to run the remainder of the tests as the tester user. Certain tests