aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-16 21:09:30 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-16 21:09:30 +0000
commit76a706e9bdeaf6e424f36d3f28cd661b15be241d (patch)
tree1d26578ceeb259cac55125e9073bb09cfdb0fa98 /chapter06/vim.xml
parentac95fdb5893e19250216e60a53afdd90332ed6f5 (diff)
Update to vim-8.1.1535.
Update to shadow-4.7. Update to linux-5.1.10. Update to less-551. Update to util-linux-2.34. Remove eudev instructions referring to /tools. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r--chapter06/vim.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 04f6d9bd8..4d84df75f 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -66,7 +66,16 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>To prepare the tests, ensure that the
+ <systemitem class="username">nobody</systemitem> user can write
+ to the sources tree:</para>
+
+<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
+
+ <para>Now run the tests as the <systemitem
+ class="username">nobody</systemitem> user:</para>
+
+<screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>