From d2c2f9e6cd13caa2855081c5986a0df9c685d6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 1 Aug 2022 20:02:35 +0200 Subject: [PATCH] tests: fix run of Guile test script --- ChangeLog.adoc | 4 ++++ tests/scripts/test-scripts.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 27da9ea19..ea4b6228c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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) diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index 2d8ac78fa..b716ca2c9 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -135,7 +135,7 @@ TEST(Scripts, API) { "ruby", "rb" }, { "lua", "lua" }, { "tcl", "tcl" }, - { "scm", "scm" }, + { "guile", "scm" }, { "javascript", "js" }, { "php", "php" }, { NULL, NULL }