aboutsummaryrefslogtreecommitdiff
path: root/tests/test.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 20:38:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 20:38:58 +0200
commitaf1a90c458819f39156ea9530af29833b5881d10 (patch)
treea78d92e582fb6fd4f677495115a18ee85a47bad1 /tests/test.sh
parentaf00f71ee83a06fa8bb0066b01e2565619b298ae (diff)
Use build2.org to host test repositories
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test.sh b/tests/test.sh
index ea0da34..cf7d466 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -77,8 +77,8 @@ bpkg="$bpkg $options"
# Repository location, name, and absolute location prefixes.
#
if [ "$remote" = "y" ]; then
- rep=http://pkg.cppget.org/tests/1
- repn=cppget.org/
+ rep=https://build2.org/pkg/1/tests
+ repn=build2.org/tests/
repa=$rep
else
rep=repository/1
@@ -260,7 +260,7 @@ fail cfg-add /tmp/1/../1/foo/stable # duplicate
# remote URL
#
test cfg-add http://pkg.example.org/1/testing
-fail cfg-add http://www.example.org/1/testing # duplicate
+fail cfg-add https://www.example.org/1/testing # duplicate
##