vim: The tests requiring wget/curl have been removed with sed

This commit is contained in:
Xi Ruoyao 2025-02-14 04:13:13 +08:00
parent 36f2a2dd53
commit 34202ef44a
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -80,11 +80,9 @@ sed '/test_glvs/d' -i src/testdir/Make_all.mak</userinput></screen>
cause issues with the settings of the current terminal (especially while cause issues with the settings of the current terminal (especially while
we are overriding the <envar>TERM</envar> variable to satisfy some we are overriding the <envar>TERM</envar> variable to satisfy some
assumptions of the test suite). The problem can be assumptions of the test suite). The problem can be
avoided by redirecting the output to a log file as shown above.</para> avoided by redirecting the output to a log file as shown above. A
successful test will result in the words <computeroutput>ALL
<para>Four tests related to GetLatestVimScripts are known to fail in DONE</computeroutput> in the log file at completion.</para>
the chroot environment because wget or curl are not available to
download the required test scripts.</para>
<para>Install the package:</para> <para>Install the package:</para>