commit: f216b3ba3abeca4fff3cbb783e7e295efafbc82f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 05:47:24 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 05:47:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f216b3ba
app-editors/vim: skip tests needing X
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/vim/vim-9.1.1652.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-editors/vim/vim-9.1.1652.ebuild
b/app-editors/vim/vim-9.1.1652.ebuild
index 0327597dac12..73406e195fed 100644
--- a/app-editors/vim/vim-9.1.1652.ebuild
+++ b/app-editors/vim/vim-9.1.1652.ebuild
@@ -309,6 +309,9 @@ src_test() {
# Depends on local network.
export
TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\|Test_fuzzy_completion_env\|Test_term_mouse_multiple_clicks_to_select_mode\|Test_spelldump\|Test_glvs_\)'
+ echo "throw 'Skipped: needs X'" > src/testdir/test_clientserver.vim ||
die
+ echo "throw 'Skipped: needs X'" > src/testdir/test_vim9_builtin.vim ||
die
+
emake -j1 -C src/testdir nongui
}