commit f327c8c5b40889b8a77d973f2bebf7bce793be6f
Author: Sergey Poznyakoff <gray@gnu.org>
Date:   Wed Apr 15 22:57:17 2026 +0300

    One more fix in the testsuite.
    
    * tests/ctl-core.at: More than one thread can be active.

diff --git a/tests/ctl-core.at b/tests/ctl-core.at
index 83b2e1b..27a4df3 100644
--- a/tests/ctl-core.at
+++ b/tests/ctl-core.at
@@ -38,7 +38,7 @@ Content-Type: application/json
   "uptime": \d+,
   "version": "AT_PACKAGE_VERSION",
   "workers": \{
-    "active": 1,
+    "active": \d,
     "count": 5,
     "max": 128,
     "min": 5,
