app-editors/vim: skip tests needing X

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-24 06:47:24 +01:00
parent 71ce9988d2
commit f216b3ba3a

View File

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