test-parse-options.c: don't use for loop initial declaration
commit6983f4e3b205a48cfcb76e14a8b275f9eb72936d
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 5 Sep 2022 18:50:04 +0000 (5 20:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2022 19:06:12 +0000 (7 12:06 -0700)
tree87ce9e7b855442ebc5c62a3351a351b482457fac
parent9a22b4d907ebca52352997fe0e69714db247bb4c
test-parse-options.c: don't use for loop initial declaration

We would like to eventually use for loop initial declarations in our
codebase, but we are not there yet.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-parse-options.c