File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ test_expect_success !MINGW 'register and unregister with regex metacharacters' '
646
646
maintenance.repo "$(pwd)/$META"
647
647
'
648
648
649
- test_expect_success ' start without GIT_TEST_MAINT_SCHEDULER' '
649
+ test_expect_success ! MINGW, ! DARWIN ' start without GIT_TEST_MAINT_SCHEDULER' '
650
650
test_when_finished "rm -rf crontab.log script repo" &&
651
651
mkdir script &&
652
652
write_script script/crontab <<-EOF &&
Original file line number Diff line number Diff line change @@ -1715,6 +1715,12 @@ case $uname_s in
1715
1715
test_set_prereq GREP_STRIPS_CR
1716
1716
test_set_prereq WINDOWS
1717
1717
;;
1718
+ * Darwin* )
1719
+ test_set_prereq POSIXPERM
1720
+ test_set_prereq BSLASHPSPEC
1721
+ test_set_prereq EXECKEEPSPID
1722
+ test_set_prereq DARWIN
1723
+ ;;
1718
1724
* )
1719
1725
test_set_prereq POSIXPERM
1720
1726
test_set_prereq BSLASHPSPEC
You can’t perform that action at this time.
0 commit comments