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' '
422
422
GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance start &&
423
423
424
424
# start registers the repo
425
- git config --get --global maintenance.repo "$(pwd)" &&
425
+ git config --get --global --fixed-value maintenance.repo "$(pwd)" &&
426
426
427
427
grep "for-each-repo --config=maintenance.repo maintenance run --schedule=daily" cron.txt &&
428
428
grep "for-each-repo --config=maintenance.repo maintenance run --schedule=hourly" cron.txt &&
@@ -433,7 +433,7 @@ test_expect_success 'stop from existing schedule' '
433
433
GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
434
434
435
435
# stop does not unregister the repo
436
- git config --get --global maintenance.repo "$(pwd)" &&
436
+ git config --get --global --fixed-value maintenance.repo "$(pwd)" &&
437
437
438
438
# Operation is idempotent
439
439
GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop &&
You can’t perform that action at this time.
0 commit comments