Skip to content

Commit ff95105

Browse files
authored
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.
1 parent cae27c1 commit ff95105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/native-suite-count

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
35
1+
37

0 commit comments

Comments
 (0)