test-parse-options.c: fix style of comparison with zero
commit45bec2ead294b5f3565903995d3503ba31b8ad4a
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 5 Sep 2022 18:50:05 +0000 (5 20:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2022 19:06:12 +0000 (7 12:06 -0700)
treec2ea4c3f46cfba77f4995ca1f29872fd6d823def
parent6983f4e3b205a48cfcb76e14a8b275f9eb72936d
test-parse-options.c: fix style of comparison with zero

The preferred style is '!argc' instead of 'argc == 0'.

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