address comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
import this
2025-11-13 15:51:01 +00:00
committed by GitHub
parent 71e0c025c6
commit 943b5fa8bc
@@ -783,9 +783,9 @@ test_port_range_rules() {
)
local failures=0
local start end
for entry in "${port_ranges[@]}"; do
IFS=':' read -r range proto name <<<"$entry"
local start end
start=$(echo "$range" | cut -d'-' -f1)
end=$(echo "$range" | cut -d'-' -f2)