====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.w7wlGBQHWk 2025-10-28 07:22:52.094764890 -0700 +++ /tmp/tmp.KoxDiqYJyb 2025-10-28 07:22:52.881757183 -0700 @@ -316,0 +317,25 @@ + +In test_bpftool_map.sh line 369: + local bpftool_path="$1" + ^----------------^ SC3043 (warning): In POSIX sh, 'local' is undefined. + + +In test_bpftool_map.sh line 370: + local bpf_dir="$2" + ^-----------^ SC3043 (warning): In POSIX sh, 'local' is undefined. + + +In test_bpftool_map.sh line 371: + local test_map_name="test_map_id" + ^-----------------^ SC3043 (warning): In POSIX sh, 'local' is undefined. + + +In test_bpftool_map.sh line 372: + local test_map_path="$bpf_dir/$test_map_name" + ^-----------------^ SC3043 (warning): In POSIX sh, 'local' is undefined. + + +In test_bpftool_map.sh line 374: + local output + ^----------^ SC3043 (warning): In POSIX sh, 'local' is undefined. +