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:
Xi Ruoyao 2025-01-26 17:30:01 +08:00
parent b05b2270d3
commit 50a0916dea
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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>