summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-05-05 14:54:27 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-05-05 14:54:27 -0700
commite34acbdc43056f2070a44b660c2e89121cf4bd18 (patch)
treeadc90e4dc8e6a11223e76dddc56b4f6de55d5f98 /t
parentMerge branch 'dd/iso-8601-updates' (diff)
parentt0000: disable GIT_TEST_FAIL_PREREQS in sub-tests (diff)
downloadtgif-e34acbdc43056f2070a44b660c2e89121cf4bd18.tar.xz
Merge branch 'jk/test-fail-prereqs-fix'
Test update. * jk/test-fail-prereqs-fix: t0000: disable GIT_TEST_FAIL_PREREQS in sub-tests
Diffstat (limited to 't')
-rwxr-xr-xt/t0000-basic.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index b859721620..f58f3deaa8 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh
@@ -98,6 +98,7 @@ _run_sub_test_lib_test_common () {
export TEST_DIRECTORY &&
TEST_OUTPUT_DIRECTORY=$(pwd) &&
export TEST_OUTPUT_DIRECTORY &&
+ sane_unset GIT_TEST_FAIL_PREREQS &&
if test -z "$neg"
then
./"$name.sh" "$@" >out 2>err