1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00
This commit is contained in:
Yamashita, Yuu
2017-03-06 04:31:25 +00:00
parent 3d36ee7227
commit d01fa09a7d
7 changed files with 17 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ git_commit() {
@test "reads version from git repo" {
git init
git remote add origin https://github.com/yyuu/pyenv.git
git remote add origin https://github.com/pyenv/pyenv.git
git_commit
git tag v0.4.1
git_commit
@@ -47,7 +47,7 @@ git_commit() {
@test "prints default version if no tags in git repo" {
git init
git remote add origin https://github.com/yyuu/pyenv.git
git remote add origin https://github.com/pyenv/pyenv.git
git_commit
run pyenv---version