File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ test_expect_success 'start from empty cron table' '
422422 GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance start &&
423423
424424 # start registers the repo
425- git config --get --global maintenance.repo "$(pwd)" &&
425+ git config --get --global --fixed-value maintenance.repo "$(pwd)" &&
426426
427427 grep "for-each-repo --config=maintenance.repo maintenance run --schedule=daily" cron.txt &&
428428 grep "for-each-repo --config=maintenance.repo maintenance run --schedule=hourly" cron.txt &&
@@ -433,7 +433,7 @@ test_expect_success 'stop from existing schedule' '
433433 GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
434434
435435 # stop does not unregister the repo
436- git config --get --global maintenance.repo "$(pwd)" &&
436+ git config --get --global --fixed-value maintenance.repo "$(pwd)" &&
437437
438438 # Operation is idempotent
439439 GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
You can’t perform that action at this time.
0 commit comments