mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 15:36:16 -04:00
add test for bitbucket server
This commit is contained in:
parent
3e237d4006
commit
c61e42e00a
|
|
@ -194,6 +194,14 @@ setup() {
|
|||
}
|
||||
|
||||
|
||||
@test "bitbucket: Bitbucket Server" {
|
||||
# https://github.com/paulirish/git-open/issues/77#issuecomment-309044010
|
||||
git remote set-url origin "https://user@mybb.domain.com/git/scm/ppp/rrr.git"
|
||||
run ../git-open
|
||||
assert_output "https://mybb.domain.com/git/projects/ppp/repos/rrr"
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
## GitLab
|
||||
##
|
||||
|
|
|
|||
Loading…
Reference in a new issue