diff options
Diffstat (limited to 'tests/ci')
-rw-r--r-- | tests/ci/ci-dir.testscript | 2 | ||||
-rw-r--r-- | tests/ci/ci-load.testscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/ci-dir.testscript b/tests/ci/ci-dir.testscript index be5a9b9..f3fbe18 100644 --- a/tests/ci/ci-dir.testscript +++ b/tests/ci/ci-dir.testscript @@ -87,7 +87,7 @@ { $clone_root_data_clean; - sed -i -e "s%^\(repository:\) .+\$%\\1 http://example.com/repo.git%" \ + sed -i -e "s%^\(repository:\) .+\$%\\1 https://git.build2.org/no-such-repo.git%" \ $data_dir/request.manifest; $* >>~"%EOO%" diff --git a/tests/ci/ci-load.testscript b/tests/ci/ci-load.testscript index ff75493..9935071 100644 --- a/tests/ci/ci-load.testscript +++ b/tests/ci/ci-load.testscript @@ -275,7 +275,7 @@ { $clone_root_data_clean; - sed -i -e "s%^\(repository:\) .+\$%\\1 http://example.com/repo.git%" \ + sed -i -e "s%^\(repository:\) .+\$%\\1 https://git.build2.org/no-such-repo.git%" \ $data_dir/request.manifest; $* >>~"%EOO%" |