t/README: document how to loop around test cases
commit7c4449eb31b60e9a39fa22ef8d18277f45610db2
authorPatrick Steinhardt <ps@pks.im>
Fri, 22 Mar 2024 02:23:46 +0000 (22 03:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Mar 2024 14:36:35 +0000 (22 07:36 -0700)
treeeb0d9466499a881662101007ed6b3c1cb3987dc7
parentc559677c1fc45494ae45adafb35995992740e836
t/README: document how to loop around test cases

In some cases it makes sense to loop around test cases so that we can
execute the same test with slightly different arguments. There are some
gotchas around quoting here though that are easy to miss and that may
lead to easy-to-miss errors and portability issues.

Document the proper way to do this in "t/README".

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README