1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

tests: fix run of Guile test script

This commit is contained in:
Sébastien Helleu
2022-08-01 20:02:35 +02:00
parent d8abdc57ee
commit d2c2f9e6cd
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ TEST(Scripts, API)
{ "ruby", "rb" },
{ "lua", "lua" },
{ "tcl", "tcl" },
{ "scm", "scm" },
{ "guile", "scm" },
{ "javascript", "js" },
{ "php", "php" },
{ NULL, NULL }