]> git.ipfire.org Git - thirdparty/git.git/commit
t3070: make chain lint tester happy
authorMichael J Gruber <git@grubix.eu>
Fri, 24 Mar 2023 22:17:11 +0000 (23:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2023 00:02:38 +0000 (17:02 -0700)
commit3dc0b7f0dcd10e9b10018e43d248d245b78bf9be
treedacf521e9f0b70ce6bc5d4e2508e4310e5e313c8
parent91b81b64e332da185d3ac8679a977c665c80914e
t3070: make chain lint tester happy

1f2e05f0b7 ("wildmatch: fix exponential behavior", 2023-03-20)
introduced a new test with a background process. Backgrounding
necessarily gives a result of 0, so that a seemingly broken && chain is
not really broken.

Adjust t3070 slightly so that our chain lint test recognizes the
construct for what it is and does not raise a false positive.

Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3070-wildmatch.sh