t/helper/test-oidmap.c: avoid using `strtok()`
commitdeeabc1ff07fed102e90f9037aed749b16abd9a6
authorTaylor Blau <me@ttaylorr.com>
Mon, 24 Apr 2023 22:20:20 +0000 (24 18:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2023 23:01:28 +0000 (24 16:01 -0700)
tree49dd7a815d8070906f1d922c10cef1cbaa74153b
parent826f0e33ab0cbe976af02dd487303e4d1a0b3017
t/helper/test-oidmap.c: avoid using `strtok()`

Apply similar treatment as in the previous commit to remove usage of
`strtok()` from the "oidmap" test helper.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-oidmap.c