aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/ci-dir.testscript2
-rw-r--r--tests/ci/ci-load.testscript2
-rw-r--r--tests/submit/submit-git.testscript9
3 files changed, 7 insertions, 6 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%"
diff --git a/tests/submit/submit-git.testscript b/tests/submit/submit-git.testscript
index 7093142..f71f164 100644
--- a/tests/submit/submit-git.testscript
+++ b/tests/submit/submit-git.testscript
@@ -1056,7 +1056,7 @@ pkg_ctl="$prj_ctl/hello.git"
:
{
$clone_root_data_clean;
- sed -i -e 's%^(control:) .+$%\1 http://example.com/path/rep.git%' \
+ sed -i -e 's%^(control:) .+$%\1 https://git.build2.org/no-such-repo.git%' \
$data_dir/request.manifest;
$clone_root_tgt;
@@ -1066,8 +1066,9 @@ pkg_ctl="$prj_ctl/hello.git"
status: 422
message:
\\
- failed to git-clone build2-control branch of http://example.com/path/rep.git
- info: repository 'http://example.com/path/rep.git/' not found
+ failed to git-clone build2-control branch of https://git.build2.org/no-such-r\\
+ epo.git
+ info: repository 'https://git.build2.org/no-such-repo.git/' not found
\\
reference: $checksum
EOO
@@ -1093,7 +1094,7 @@ pkg_ctl="$prj_ctl/hello.git"
{
$clone_root_data_clean;
- $* 'http://example.com/path/rep.git' $data_dir 2>>~%EOE% != 0
+ $* 'https://git.build2.org/no-such-repo.git' $data_dir 2>>~%EOE% != 0
%fatal: .+%
EOE
}