File 0465-snmp-test-Cleanup.patch of Package erlang
From c97b6d2a2eafedb5b4d0804c9b4ed7ad39d49dcc Mon Sep 17 00:00:00 2001
From: Micael Karlberg <bmk@erlang.org>
Date: Mon, 23 Jun 2025 10:17:41 +0200
Subject: [PATCH 5/7] [snmp|test] Cleanup
---
lib/snmp/test/snmp_test_lib.erl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/snmp/test/snmp_test_lib.erl b/lib/snmp/test/snmp_test_lib.erl
index aaa04b454c..8120b9324d 100644
--- a/lib/snmp/test/snmp_test_lib.erl
+++ b/lib/snmp/test/snmp_test_lib.erl
@@ -3166,8 +3166,8 @@ trap_exit(Flag) ->
start_node(Name, Unlink) ->
Args = ["-s", "snmp_test_sys_monitor", "start", "-s", "global", "sync"],
- %% Note that the 'verbose' option may not exist..
- %% It it does not exist, this "should" do nothing...
+ %% Note that the 'verbose' option may not exist...
+ %% If it does not exist, this (verbose => true) "should" do nothing...
case ?CT_PEER(#{name => Name,
args => Args,
verbose => true}) of
--
2.43.0