]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0000-basic.sh
t0000: cover GIT_SKIP_TESTS blindspots
authorDenton Liu <liu.denton@gmail.com>
Tue, 8 Oct 2019 09:22:47 +0000 (02:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Oct 2019 01:47:08 +0000 (10:47 +0900)
commitb05b40930ebfbd12ba89f73f15a46dfb107b16f6
tree54e44d84f1263ab4b8e69c41e3c0d16ab97055fc
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
t0000: cover GIT_SKIP_TESTS blindspots

Currently, the tests for GIT_SKIP_TESTS do not cover the situation where
we skip an entire test suite. The tests also do not cover the situation
where we have GIT_SKIP_TESTS defined but the test suite does not match.

Add two test cases so we cover this blindspot.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh