]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/test-bool-env'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:48 +0000 (12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:48 +0000 (12:52 -0800)
Recently we have declared that GIT_TEST_* variables take the
usual boolean values (it used to be that some used "non-empty
means true" and taking GIT_TEST_VAR=YesPlease as true); make
sure we notice and fail when non-bool strings are given to
these variables.

* sg/test-bool-env:
  t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a bool
  tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values

1  2 
t/README
t/t0000-basic.sh
t/test-lib-functions.sh
t/test-lib.sh

diff --cc t/README
Simple merge
Simple merge
Simple merge
diff --cc t/test-lib.sh
Simple merge