diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-30 00:03:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-30 00:03:55 +0000 |
commit | b51bb68cdae23eea9eea89ea23fe30de35710133 (patch) | |
tree | 0ce59fcd8e8bc16f501e8a4941fa0020af32bfd4 /chapter06/findutils.xml | |
parent | 1f5a5864d2e3a4a04bbc1a76f2ac4665ff485650 (diff) |
Run sed and findutils tests as an unprivileged user.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 15b6d70fb..37393f0de 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -67,10 +67,8 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> - - <para>Two tests are known to fail in the chroot environment: - sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para> +<screen><userinput remap="test">chown -Rv tester . +su tester -c "PATH=$PATH make check"</userinput></screen> <para>Install the package:</para> |