Skip to content

Commit bd103b3

Browse files
dschoderrickstolee
authored andcommitted
fixup! maintenance: extract platform-specific scheduling
This instance of `GIT_TEST_CRONTAB` seems to have been forgotten. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 95124ea commit bd103b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7900-maintenance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ test_expect_success 'magic markers are correct' '
470470

471471
test_expect_success 'stop preserves surrounding schedule' '
472472
echo "Crucial information!" >>cron.txt &&
473-
GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
473+
GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt" git maintenance stop &&
474474
grep "Important information!" cron.txt &&
475475
grep "Crucial information!" cron.txt
476476
'

0 commit comments

Comments
 (0)