Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2023-01-14 11:30:37 +0300
committerJunio C Hamano <gitster@pobox.com>2023-01-14 19:49:55 +0300
commitc847e8c228a7820f11ce66d82dc68cd2241af031 (patch)
tree278a5767e58bbf500ea99368b7d712c4c77beb48 /archive.c
parent2b4f5a4e4bb102ac8d967cea653ed753b608193c (diff)
t0003: move setup for `--all` into new block
There is some setup code which is used by multiple tests being setup in `attribute test: --all option`. This means when we run "sh ./t0003-attributes.sh --run=setup,<num>" there is a chance of failing since we missed this setup block. So to ensure that setups are independent of test logic, move this to a new setup block. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Co-authored-by: toon@iotcl.com Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive.c')
0 files changed, 0 insertions, 0 deletions