We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95124ea commit bd103b3Copy full SHA for bd103b3
t/t7900-maintenance.sh
@@ -470,7 +470,7 @@ test_expect_success 'magic markers are correct' '
470
471
test_expect_success 'stop preserves surrounding schedule' '
472
echo "Crucial information!" >>cron.txt &&
473
- GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
+ GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt" git maintenance stop &&
474
grep "Important information!" cron.txt &&
475
grep "Crucial information!" cron.txt
476
'
0 commit comments