add test for bitbucket server

This commit is contained in:
Paul Irish 2017-06-18 14:26:14 -07:00
parent 3e237d4006
commit c61e42e00a

View file

@ -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
##