Skip to content

Commit a6abdda

Browse files
committed
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
2 parents 989bf45 + 73cb877 commit a6abdda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,7 @@ test_lazy_prereq DEFAULT_REPO_FORMAT '
19621962
# Tests that verify the scheduler integration must set this locally
19631963
# to avoid errors.
19641964
GIT_TEST_MAINT_SCHEDULER="none:exit 1"
1965+
export GIT_TEST_MAINT_SCHEDULER
19651966

19661967
# Does this platform support `git fsmonitor--daemon`
19671968
#

0 commit comments

Comments
 (0)