mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
vim: Remove tests requiring curl or vim
Since vim-9.1.0859, some tests need curl or wget or they fail.
This commit is contained in:
parent
b05b2270d3
commit
50a0916dea
@ -64,9 +64,11 @@
|
|||||||
|
|
||||||
<para>To prepare the tests, ensure that user
|
<para>To prepare the tests, ensure that user
|
||||||
<systemitem class="username">tester</systemitem> can write
|
<systemitem class="username">tester</systemitem> can write
|
||||||
to the source tree:</para>
|
to the source tree and exclude one file containing tests requiring
|
||||||
|
<command>curl</command> or <command>wget</command>:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">chown -R tester .</userinput></screen>
|
<screen><userinput remap="test">chown -R tester .
|
||||||
|
sed '/test_glvs/d' -i src/testdir/Make_all.mak</userinput></screen>
|
||||||
|
|
||||||
<para>Now run the tests as user <systemitem
|
<para>Now run the tests as user <systemitem
|
||||||
class="username">tester</systemitem>:</para>
|
class="username">tester</systemitem>:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user