Skip to content

Commit

Permalink
t9099: mock out scheduler with GIT_TEST_MAINT_SCHEDULER
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Nov 1, 2021
1 parent 3407182 commit 8351c9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/scalar/t/t9099-scalar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ test_description='test the `scalar` command'
TEST_DIRECTORY=$(pwd)/../../../t
export TEST_DIRECTORY

GIT_TEST_MAINT_SCHEDULER="launchctl:true,schtasks:true,crontab:true"
export GIT_TEST_MAINT_SCHEDULER

# Make it work with --no-bin-wrappers
PATH=$(pwd)/..:$PATH

Expand Down

0 comments on commit 8351c9c

Please sign in to comment.