diff options
Diffstat (limited to 'tests/remote-git.testscript')
-rw-r--r-- | tests/remote-git.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/remote-git.testscript b/tests/remote-git.testscript index 40f7ae5..56c33b7 100644 --- a/tests/remote-git.testscript +++ b/tests/remote-git.testscript @@ -63,8 +63,8 @@ else rep_git_https_dumb = "https://build2.org/bpkg/git/$cmd" rep_git_https_smart = "https://git.build2.org/testing/bpkg/advonly/$cmd" rep_git_https_smart_unadv = "https://git.build2.org/testing/bpkg/unadv/$cmd" - rep_git_git = "git://git.build2.org/testing/bpkg/unadv/$cmd" - rep_git_ssh = "ssh://git.build2.org/var/scm/testing/bpkg/unadv/$cmd" + rep_git_git = "git://git.build2.org/testing/bpkg/advonly/$cmd" + rep_git_ssh = "ssh://git.build2.org/var/scm/testing/bpkg/advonly/$cmd" rep_git = $rep_git_https_dumb # Default remote repository URL. end |