mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
tests: fix run of Guile test script
This commit is contained in:
@@ -33,6 +33,10 @@ Bug fixes::
|
||||
* relay: fix parsing of IRC messages received from clients (issue #1796)
|
||||
* xfer: fix crash when closing DCC chat buffer
|
||||
|
||||
Tests::
|
||||
|
||||
* scripts: fix run of Guile test script
|
||||
|
||||
[[v3.6]]
|
||||
== Version 3.6 (2022-07-10)
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ TEST(Scripts, API)
|
||||
{ "ruby", "rb" },
|
||||
{ "lua", "lua" },
|
||||
{ "tcl", "tcl" },
|
||||
{ "scm", "scm" },
|
||||
{ "guile", "scm" },
|
||||
{ "javascript", "js" },
|
||||
{ "php", "php" },
|
||||
{ NULL, NULL }
|
||||
|
||||
Reference in New Issue
Block a user