From ff951059cf3f442ab538a7c501cff5e3541e3e53 Mon Sep 17 00:00:00 2001 From: Tom <116762865+NomDeTom@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:20:59 +0100 Subject: [PATCH] test: correct native-suite-count to 37 (#11059) native-suite-count drifted from the actual test/test_*/ directory count: #10669 added two suites (test_admin_session_repro, test_pki_admin_fallback) but bumped the count by only one, and #11037 added test_xmodem without bumping it at all. The file reads 35 against 37 real suites, which bin/run-tests.sh reports as AMBER on every full run. Correct it to 37. --- test/native-suite-count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/native-suite-count b/test/native-suite-count index 8f92bfdd4..81b5c5d06 100644 --- a/test/native-suite-count +++ b/test/native-suite-count @@ -1 +1 @@ -35 +37