Skip to content

Commit

Permalink
fixup! maintenance: extract platform-specific scheduling
Browse files Browse the repository at this point in the history
This instance of `GIT_TEST_CRONTAB` seems to have been forgotten.
  • Loading branch information
dscho committed Dec 25, 2020
1 parent 5fc9c4a commit dc86de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7900-maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ test_expect_success 'magic markers are correct' '

test_expect_success 'stop preserves surrounding schedule' '
echo "Crucial information!" >>cron.txt &&
GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt" git maintenance stop &&
grep "Important information!" cron.txt &&
grep "Crucial information!" cron.txt
'
Expand Down

0 comments on commit dc86de5

Please sign in to comment.