aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-09 14:31:44 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-09 14:31:45 -0700
commita6abddab1e4e4149b5681557b77d64a10d81b1c7 (patch)
tree1d0f36338cf999d0e059fe53de37751f6c58b9d1
parent989bf45394ab70afcd13f89865062386034fbca6 (diff)
parent73cb87773b6dd4818d0bf485f53a43baeda88145 (diff)
downloadgit-a6abddab1e4e4149b5681557b77d64a10d81b1c7.tar.gz
Merge branch 'es/test-cron-safety'
The test script had an incomplete and ineffective attempt to avoid clobbering the testing user's real crontab (and its equivalents), which has been completed. * es/test-cron-safety: test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallback
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index c8af8dab79..79d3e0e7d9 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1962,6 +1962,7 @@ test_lazy_prereq DEFAULT_REPO_FORMAT '
# Tests that verify the scheduler integration must set this locally
# to avoid errors.
GIT_TEST_MAINT_SCHEDULER="none:exit 1"
+export GIT_TEST_MAINT_SCHEDULER
# Does this platform support `git fsmonitor--daemon`
#