mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
add 'gh git protocol' test from @ffes. skipped currently.
This commit is contained in:
parent
4e1df03d96
commit
7bb6e32354
|
|
@ -57,6 +57,16 @@ setup() {
|
|||
assert_output "https://github.com/user/repo/"
|
||||
}
|
||||
|
||||
@test "gh: git protocol origin" {
|
||||
# currently fails. derimagia rewrite fixes
|
||||
skip
|
||||
|
||||
git remote set-url origin "git://github.com/user/repo.git"
|
||||
git checkout -B "master"
|
||||
run ../git-open
|
||||
assert_output "https://github.com/user/repo"
|
||||
}
|
||||
|
||||
@test "gh: git open issue" {
|
||||
# https://github.com/paulirish/git-open/pull/46
|
||||
git remote set-url origin "github.com:paulirish/git-open.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue